Add config flow to Moon (#67444)

This commit is contained in:
Franck Nijhof
2022-03-04 00:12:33 +01:00
committed by GitHub
parent 81a509e69e
commit 02391663c1
15 changed files with 304 additions and 42 deletions

View File

@@ -1198,6 +1198,17 @@ no_implicit_optional = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.media_source.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.mjpeg.*]
check_untyped_defs = true
disallow_incomplete_defs = true
@@ -1231,7 +1242,7 @@ no_implicit_optional = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.media_source.*]
[mypy-homeassistant.components.moon.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true