Remove lovelace from mypy ignore list (#75167)

* Remove lovelace from mypy ignore list

* Raise error on failed config
This commit is contained in:
epenet 2022-07-14 13:08:50 +02:00 committed by GitHub
parent 28c082a080
commit c260413e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 24 deletions

View file

@ -20,10 +20,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.http_api",
"homeassistant.components.evohome",
"homeassistant.components.evohome.climate",
"homeassistant.components.lovelace",
"homeassistant.components.lovelace.dashboard",
"homeassistant.components.lovelace.resources",
"homeassistant.components.lovelace.websocket",
"homeassistant.components.minecraft_server",
"homeassistant.components.minecraft_server.helpers",
"homeassistant.components.minecraft_server.sensor",