From c8c6e7044f005239d11fc561cca040a6d89a9b39 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:11:56 -0500 Subject: [PATCH] Add hassfest exemption for `homeassistant_hardware` and `otbr` --- script/hassfest/dependencies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/hassfest/dependencies.py b/script/hassfest/dependencies.py index d29571eaa83..9e8d792713a 100644 --- a/script/hassfest/dependencies.py +++ b/script/hassfest/dependencies.py @@ -169,6 +169,7 @@ IGNORE_VIOLATIONS = { ("zha", "homeassistant_yellow"), ("homeassistant_sky_connect", "zha"), ("homeassistant_hardware", "zha"), + ("homeassistant_hardware", "otbr"), # This should become a helper method that integrations can submit data to ("websocket_api", "lovelace"), ("websocket_api", "shopping_list"),