Add iBeacon Tracker integration (#78671)

This commit is contained in:
J. Nick Koston
2022-09-19 15:43:41 -10:00
committed by GitHub
parent 12856dea05
commit bb78d52f34
23 changed files with 1444 additions and 0 deletions

View File

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