Energyid integration (#138206)

Co-authored-by: Jan Pecinovsky <jan.pecinovsky@energieid.be>
Co-authored-by: Jan Pecinovsky <janpecinovsky@gmail.com>
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Oscar
2025-11-26 13:38:57 +01:00
committed by GitHub
parent 13bc0ebed8
commit 6baf77d256
20 changed files with 3981 additions and 0 deletions

10
mypy.ini generated
View File

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