Add Lunatone gateway integration (#149182)

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
MoonDevLT
2025-10-02 13:55:17 +02:00
committed by GitHub
parent f5f6b22af1
commit 8dde94f421
21 changed files with 1180 additions and 0 deletions

10
mypy.ini generated
View File

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