mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02: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:
@@ -237,7 +237,7 @@ STATE_REWRITE = {
|
||||
"[%key:state::lock::unlocked%]": "[%key:common::state::unlocked%]",
|
||||
}
|
||||
SKIP_DOMAIN = {"default", "scene"}
|
||||
STATES_WITH_DEV_CLASS = {"binary_sensor", "zwave"}
|
||||
STATES_WITH_DEV_CLASS = {"binary_sensor"}
|
||||
GROUP_DELETE = {"opening", "closing", "stopped"} # They don't exist
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user