Add freshr integration, based on pyfreshr (#164538)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Leon Grave
2026-03-09 15:26:03 +01:00
committed by GitHub
parent c983978a10
commit 6fa8e71b21
22 changed files with 1243 additions and 0 deletions
Generated
+10
View File
@@ -1876,6 +1876,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.freshr.*]
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.fritz.*]
check_untyped_defs = true
disallow_incomplete_defs = true