1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Move SiLabs firmware probing helper from ZHA into homeassistant_hardware (#131586)

* Move firmware probing helper out of ZHA and into hardware

* Add a unit test
This commit is contained in:
puddly
2025-01-03 10:57:39 -05:00
committed by GitHub
parent a53554dad3
commit 90265e2afd
15 changed files with 103 additions and 92 deletions

View File

@@ -168,6 +168,7 @@ IGNORE_VIOLATIONS = {
("zha", "homeassistant_sky_connect"),
("zha", "homeassistant_yellow"),
("homeassistant_sky_connect", "zha"),
("homeassistant_hardware", "zha"),
# This should become a helper method that integrations can submit data to
("websocket_api", "lovelace"),
("websocket_api", "shopping_list"),