1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Enable type checks for device_tracker (#50805)

* Enable type checks for device_tracker

* Fix MQTT test
This commit is contained in:
Ruslan Sayfutdinov
2021-05-19 09:36:26 +01:00
committed by GitHub
parent 4c7fcae536
commit 62386c8676
6 changed files with 84 additions and 73 deletions

View File

@@ -44,7 +44,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.deconz.*",
"homeassistant.components.demo.*",
"homeassistant.components.denonavr.*",
"homeassistant.components.device_tracker.*",
"homeassistant.components.devolo_home_control.*",
"homeassistant.components.dhcp.*",
"homeassistant.components.directv.*",