Remove evohome climate from mypy ignore list (#75169)

* Remove evohome climate from mypy ignore list

* Raise error
This commit is contained in:
epenet 2022-07-14 13:46:37 +02:00 committed by GitHub
parent c260413e2a
commit e16bd1e471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 26 deletions

View file

@ -19,7 +19,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.client",
"homeassistant.components.cloud.http_api",
"homeassistant.components.evohome",
"homeassistant.components.evohome.climate",
"homeassistant.components.minecraft_server",
"homeassistant.components.minecraft_server.helpers",
"homeassistant.components.minecraft_server.sensor",