Remove homeassistant_hardware after dependency from zha (#88751)

This commit is contained in:
Joakim Sørensen 2023-02-25 12:01:01 +01:00 committed by GitHub
parent 0a3a8c4b3c
commit 0f204d6502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

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