mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Allow running and restarting with both ozw and zwave active (#47566)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
65776ef980
commit
f9e33a4a0d
@ -7,8 +7,7 @@
|
|||||||
"python-openzwave-mqtt[mqtt-client]==1.4.0"
|
"python-openzwave-mqtt[mqtt-client]==1.4.0"
|
||||||
],
|
],
|
||||||
"after_dependencies": [
|
"after_dependencies": [
|
||||||
"mqtt",
|
"mqtt"
|
||||||
"zwave"
|
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@cgarwood",
|
"@cgarwood",
|
||||||
|
@ -147,6 +147,8 @@ IGNORE_VIOLATIONS = {
|
|||||||
# Demo
|
# Demo
|
||||||
("demo", "manual"),
|
("demo", "manual"),
|
||||||
("demo", "openalpr_local"),
|
("demo", "openalpr_local"),
|
||||||
|
# Migration wizard from zwave to ozw.
|
||||||
|
"ozw",
|
||||||
# This should become a helper method that integrations can submit data to
|
# This should become a helper method that integrations can submit data to
|
||||||
("websocket_api", "lovelace"),
|
("websocket_api", "lovelace"),
|
||||||
("websocket_api", "shopping_list"),
|
("websocket_api", "shopping_list"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user