Add LD2410 BLE integration (#83883)

This commit is contained in:
930913
2023-01-06 02:15:03 +00:00
committed by GitHub
parent 5b8b6167ac
commit 2507ec1f4b
21 changed files with 709 additions and 0 deletions

View File

@@ -1534,6 +1534,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.ld2410_ble.*]
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