Add Zinvolt integration (#163449)

This commit is contained in:
Joost Lekkerkerker
2026-02-23 15:55:15 +01:00
committed by GitHub
parent 5e3d2bec68
commit 80936497ce
25 changed files with 763 additions and 0 deletions
Generated
+10
View File
@@ -5879,6 +5879,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.zinvolt.*]
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.zodiac.*]
check_untyped_defs = true
disallow_incomplete_defs = true