Add hassfest exemption for homeassistant_hardware and otbr

This commit is contained in:
puddly
2025-01-27 16:11:56 -05:00
parent 1f53d304f6
commit c8c6e7044f

View File

@@ -169,6 +169,7 @@ IGNORE_VIOLATIONS = {
("zha", "homeassistant_yellow"), ("zha", "homeassistant_yellow"),
("homeassistant_sky_connect", "zha"), ("homeassistant_sky_connect", "zha"),
("homeassistant_hardware", "zha"), ("homeassistant_hardware", "zha"),
("homeassistant_hardware", "otbr"),
# 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"),