Add eheimdigital integration (#126757)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Sid
2024-12-13 22:29:18 +01:00
committed by GitHub
parent f06fda8023
commit 0c8db8c8d6
23 changed files with 1498 additions and 0 deletions

View File

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