Enable basic type checking for almond (#54927)

* Enable basic type checking for almond

* Tweak

* Address review comments
This commit is contained in:
Erik Montnemery 2021-08-23 09:35:03 +02:00 committed by GitHub
parent e5d6e18e30
commit 03bda6ed15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 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.almond.*",
"homeassistant.components.awair.*",
"homeassistant.components.azure_event_hub.*",
"homeassistant.components.blueprint.*",