diff --git a/mypy.ini b/mypy.ini index 0cd2a419fe0..91b40b63cc1 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1466,9 +1466,6 @@ ignore_errors = true [mypy-homeassistant.components.kulersky.*] ignore_errors = true -[mypy-homeassistant.components.lifx.*] -ignore_errors = true - [mypy-homeassistant.components.litejet.*] ignore_errors = true diff --git a/script/hassfest/mypy_config.py b/script/hassfest/mypy_config.py index 188f2a0a41b..1b24a935084 100644 --- a/script/hassfest/mypy_config.py +++ b/script/hassfest/mypy_config.py @@ -81,7 +81,6 @@ IGNORED_MODULES: Final[list[str]] = [ "homeassistant.components.konnected.*", "homeassistant.components.kostal_plenticore.*", "homeassistant.components.kulersky.*", - "homeassistant.components.lifx.*", "homeassistant.components.litejet.*", "homeassistant.components.litterrobot.*", "homeassistant.components.lovelace.*",