Add electric kiwi integration (#81149)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Michael Arthur
2023-07-25 20:46:53 +12:00
committed by GitHub
parent 04f6d1848b
commit 6ef7c5ece6
22 changed files with 806 additions and 0 deletions

View File

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