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

Remove deprecated (old) Z-Wave integration (#67221)

* Remove deprecated (old) Z-Wave integration

* Mark migration tests as skip, for later cleanup
This commit is contained in:
Franck Nijhof
2022-03-18 13:09:10 +01:00
committed by GitHub
parent 35261a9089
commit 2686be921c
106 changed files with 6 additions and 13535 deletions

View File

@@ -214,9 +214,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.zha.sensor",
"homeassistant.components.zha.siren",
"homeassistant.components.zha.switch",
"homeassistant.components.zwave",
"homeassistant.components.zwave.migration",
"homeassistant.components.zwave.node_entity",
]
# Component modules which should set no_implicit_reexport = true.