mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Remove homeassistant_hardware after dependency from zha (#88751)
This commit is contained in:
parent
ed8f538890
commit
91a03ab83d
@ -5,7 +5,6 @@
|
||||
"onboarding",
|
||||
"usb",
|
||||
"zeroconf",
|
||||
"homeassistant_hardware",
|
||||
"homeassistant_yellow"
|
||||
],
|
||||
"codeowners": ["@dmulcahey", "@adminiuga", "@puddly"],
|
||||
|
@ -146,6 +146,8 @@ IGNORE_VIOLATIONS = {
|
||||
("demo", "openalpr_local"),
|
||||
# This would be a circular dep
|
||||
("http", "network"),
|
||||
# This would be a circular dep
|
||||
("zha", "homeassistant_hardware"),
|
||||
# This should become a helper method that integrations can submit data to
|
||||
("websocket_api", "lovelace"),
|
||||
("websocket_api", "shopping_list"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user