1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Enable basic type checking for awair (#55046)

This commit is contained in:
Erik Montnemery
2021-11-23 22:49:42 +01:00
committed by GitHub
parent 9088a6a138
commit 135778fe91
5 changed files with 14 additions and 10 deletions

View File

@@ -14,7 +14,6 @@ from .model import Config, Integration
# remove your component from this list to enable type checks.
# Do your best to not add anything new here.
IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.awair.*",
"homeassistant.components.blueprint.*",
"homeassistant.components.climacell.*",
"homeassistant.components.config.*",