RuuviTag BLE sensor support (#81327)

This commit is contained in:
Aarni Koskela
2022-11-09 16:35:30 +02:00
committed by GitHub
parent b72876d369
commit ec316e94ed
17 changed files with 638 additions and 0 deletions

View File

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