diff --git a/mypy.ini b/mypy.ini index f425c3179ed..e91ddd41902 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1580,9 +1580,6 @@ ignore_errors = true [mypy-homeassistant.components.smartthings.*] ignore_errors = true -[mypy-homeassistant.components.smarttub.*] -ignore_errors = true - [mypy-homeassistant.components.solaredge.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index a8b26b8c6f5..936e8ea4234 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -119,7 +119,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.sharkiq.*", "homeassistant.components.sma.*", "homeassistant.components.smartthings.*", - "homeassistant.components.smarttub.*", "homeassistant.components.solaredge.*", "homeassistant.components.somfy.*", "homeassistant.components.somfy_mylink.*",