diff --git a/mypy.ini b/mypy.ini index e98094ce058..c3c89a7b08d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1091,9 +1091,6 @@ ignore_errors = true [mypy-homeassistant.components.atag.*] ignore_errors = true -[mypy-homeassistant.components.aurora.*] -ignore_errors = true - [mypy-homeassistant.components.awair.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index c4ff71299e3..407dec6849a 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -22,7 +22,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.analytics.*", "homeassistant.components.asuswrt.*", "homeassistant.components.atag.*", - "homeassistant.components.aurora.*", "homeassistant.components.awair.*", "homeassistant.components.azure_event_hub.*", "homeassistant.components.blueprint.*",