Promote energieleser integration to platinum quality scale (#176617)

This commit is contained in:
Amit Krishna
2026-07-29 17:12:51 +05:30
committed by GitHub
parent 0355339329
commit 6db26eef18
4 changed files with 23 additions and 10 deletions
Generated
+10
View File
@@ -1707,6 +1707,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.energieleser.*]
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.energy.*]
check_untyped_defs = true
disallow_incomplete_defs = true