Add LetPot integration (#134925)

This commit is contained in:
Joris Pelgröm
2025-01-08 21:38:52 +01:00
committed by GitHub
parent 4086d092ff
commit 4129697dd9
19 changed files with 732 additions and 0 deletions

View File

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