From f9e33a4a0d69db4b19ad7b280f2403d27be22157 Mon Sep 17 00:00:00 2001 From: Tony Roman Date: Mon, 8 Mar 2021 13:26:08 -0500 Subject: [PATCH] Allow running and restarting with both ozw and zwave active (#47566) Co-authored-by: Martin Hjelmare --- homeassistant/components/ozw/manifest.json | 3 +-- script/hassfest/dependencies.py | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/ozw/manifest.json b/homeassistant/components/ozw/manifest.json index 984e3f9c51a..a1409fd79a8 100644 --- a/homeassistant/components/ozw/manifest.json +++ b/homeassistant/components/ozw/manifest.json @@ -7,8 +7,7 @@ "python-openzwave-mqtt[mqtt-client]==1.4.0" ], "after_dependencies": [ - "mqtt", - "zwave" + "mqtt" ], "codeowners": [ "@cgarwood", diff --git a/script/hassfest/dependencies.py b/script/hassfest/dependencies.py index 6283b2d8665..b13d7929042 100644 --- a/script/hassfest/dependencies.py +++ b/script/hassfest/dependencies.py @@ -147,6 +147,8 @@ IGNORE_VIOLATIONS = { # Demo ("demo", "manual"), ("demo", "openalpr_local"), + # Migration wizard from zwave to ozw. + "ozw", # This should become a helper method that integrations can submit data to ("websocket_api", "lovelace"), ("websocket_api", "shopping_list"),