1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove philips_js from mypy ignore list (#74659)

* Remove philips_js from mypy ignore list

* Use class attribute
This commit is contained in:
epenet
2022-07-07 22:00:19 +02:00
committed by GitHub
parent a6244eea28
commit c6bff8ae18
7 changed files with 12 additions and 28 deletions

View File

@@ -57,11 +57,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.onvif.camera",
"homeassistant.components.onvif.device",
"homeassistant.components.onvif.sensor",
"homeassistant.components.philips_js",
"homeassistant.components.philips_js.config_flow",
"homeassistant.components.philips_js.device_trigger",
"homeassistant.components.philips_js.light",
"homeassistant.components.philips_js.media_player",
"homeassistant.components.plex.media_player",
"homeassistant.components.profiler",
"homeassistant.components.solaredge.config_flow",