mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Remove homeassistant_hardware after dependency from zha (#88751)
This commit is contained in:
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…
x
Reference in New Issue
Block a user