Allow running and restarting with both ozw and zwave active (#47566)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Tony Roman 2021-03-08 13:26:08 -05:00 committed by GitHub
parent 65776ef980
commit f9e33a4a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,7 @@
"python-openzwave-mqtt[mqtt-client]==1.4.0"
],
"after_dependencies": [
"mqtt",
"zwave"
"mqtt"
],
"codeowners": [
"@cgarwood",

View File

@ -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"),