Remove homeassistant_hardware after dependency from zha (#88751)
parent
ed8f538890
commit
91a03ab83d
|
@ -5,7 +5,6 @@
|
||||||
"onboarding",
|
"onboarding",
|
||||||
"usb",
|
"usb",
|
||||||
"zeroconf",
|
"zeroconf",
|
||||||
"homeassistant_hardware",
|
|
||||||
"homeassistant_yellow"
|
"homeassistant_yellow"
|
||||||
],
|
],
|
||||||
"codeowners": ["@dmulcahey", "@adminiuga", "@puddly"],
|
"codeowners": ["@dmulcahey", "@adminiuga", "@puddly"],
|
||||||
|
|
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue