Kulersky refactor to new Bluetooth subsystem (#142309)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Emily Love Watson
2025-04-14 08:38:34 -05:00
committed by GitHub
parent bc683ce6ee
commit d44d07ffcf
12 changed files with 495 additions and 176 deletions

10
mypy.ini generated
View File

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