Add Sleep as Android integration (#142569)

This commit is contained in:
Manu
2025-08-11 20:03:37 +02:00
committed by GitHub
parent 1a9d1a9649
commit 91f6b8e1fe
20 changed files with 1347 additions and 0 deletions

10
mypy.ini generated
View File

@@ -4416,6 +4416,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.sleep_as_android.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.sleepiq.*]
check_untyped_defs = true
disallow_incomplete_defs = true