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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.