Add more sensors to homee (#136445)

This commit is contained in:
Markus Adrario
2025-01-24 15:02:14 +00:00
committed by GitHub
parent 728d381eb3
commit a56c37a508
6 changed files with 90 additions and 8 deletions

10
mypy.ini generated
View File

@@ -2126,6 +2126,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.homee.*]
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.homekit.*]
check_untyped_defs = true
disallow_incomplete_defs = true