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

Enable basic type checking for analytics (#54928)

This commit is contained in:
Erik Montnemery
2021-08-21 11:46:28 +02:00
committed by GitHub
parent 7e5ff825dd
commit efd15344e9
4 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ from .model import Config, Integration
# Do your best to not add anything new here.
IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.almond.*",
"homeassistant.components.analytics.*",
"homeassistant.components.atag.*",
"homeassistant.components.awair.*",
"homeassistant.components.azure_event_hub.*",