Add Nord Pool integration (#129983)

This commit is contained in:
G Johansson
2024-11-08 15:10:51 +01:00
committed by GitHub
parent 074418f8f7
commit 1f32e02ba2
24 changed files with 3628 additions and 0 deletions

View File

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