Add Smart Meter B Route integration (#123446)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ravaka Razafimanantsoa
2025-09-25 00:31:30 +09:00
committed by GitHub
parent ccf0011ac2
commit 1629ade97f
21 changed files with 992 additions and 0 deletions

10
mypy.ini generated
View File

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