diff --git a/mypy.ini b/mypy.ini index 4b0a0ad294b..32d6e7f106c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1660,9 +1660,6 @@ ignore_errors = true [mypy-homeassistant.components.sonarr.*] ignore_errors = true -[mypy-homeassistant.components.songpal.*] -ignore_errors = true - [mypy-homeassistant.components.sonos.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index 71009ccd14d..410754e57bc 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -153,7 +153,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.somfy.*", "homeassistant.components.somfy_mylink.*", "homeassistant.components.sonarr.*", - "homeassistant.components.songpal.*", "homeassistant.components.sonos.*", "homeassistant.components.spotify.*", "homeassistant.components.stt.*",