Remove homeassistant_hardware after dependency from zha (#88751)

pull/88979/head
Joakim Sørensen 2023-02-25 12:01:01 +01:00 committed by Franck Nijhof
parent ed8f538890
commit 91a03ab83d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,6 @@
"onboarding", "onboarding",
"usb", "usb",
"zeroconf", "zeroconf",
"homeassistant_hardware",
"homeassistant_yellow" "homeassistant_yellow"
], ],
"codeowners": ["@dmulcahey", "@adminiuga", "@puddly"], "codeowners": ["@dmulcahey", "@adminiuga", "@puddly"],

View File

@ -146,6 +146,8 @@ IGNORE_VIOLATIONS = {
("demo", "openalpr_local"), ("demo", "openalpr_local"),
# This would be a circular dep # This would be a circular dep
("http", "network"), ("http", "network"),
# This would be a circular dep
("zha", "homeassistant_hardware"),
# 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"),