Add Cookidoo integration (#129800)

This commit is contained in:
Cyrill Raccaud
2024-12-12 20:23:14 +01:00
committed by GitHub
parent 55fa717f10
commit 56db536883
25 changed files with 1523 additions and 0 deletions

View File

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