From 096f4297dc3b0a0529ed6288c8baea92fcfbfb11 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Wed, 14 May 2025 13:58:57 -0400 Subject: [PATCH] Have the individual hardware integrations depend on the firmware flasher --- .../components/homeassistant_sky_connect/manifest.json | 1 + homeassistant/components/homeassistant_yellow/manifest.json | 1 + requirements_all.txt | 2 ++ requirements_test_all.txt | 2 ++ 4 files changed, 6 insertions(+) diff --git a/homeassistant/components/homeassistant_sky_connect/manifest.json b/homeassistant/components/homeassistant_sky_connect/manifest.json index 27280c6aac3..d1776ec177f 100644 --- a/homeassistant/components/homeassistant_sky_connect/manifest.json +++ b/homeassistant/components/homeassistant_sky_connect/manifest.json @@ -6,6 +6,7 @@ "dependencies": ["hardware", "usb", "homeassistant_hardware"], "documentation": "https://www.home-assistant.io/integrations/homeassistant_sky_connect", "integration_type": "hardware", + "requirements": ["ha-silabs-firmware-client==0.2.0"], "usb": [ { "vid": "10C4", diff --git a/homeassistant/components/homeassistant_yellow/manifest.json b/homeassistant/components/homeassistant_yellow/manifest.json index caf4d32c746..2e1792b00a3 100644 --- a/homeassistant/components/homeassistant_yellow/manifest.json +++ b/homeassistant/components/homeassistant_yellow/manifest.json @@ -7,5 +7,6 @@ "dependencies": ["hardware", "homeassistant_hardware"], "documentation": "https://www.home-assistant.io/integrations/homeassistant_yellow", "integration_type": "hardware", + "requirements": ["ha-silabs-firmware-client==0.2.0"], "single_config_entry": true } diff --git a/requirements_all.txt b/requirements_all.txt index 5dbaf454548..8ea897e081e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1109,6 +1109,8 @@ ha-iotawattpy==0.1.2 ha-philipsjs==3.2.2 # homeassistant.components.homeassistant_hardware +# homeassistant.components.homeassistant_sky_connect +# homeassistant.components.homeassistant_yellow ha-silabs-firmware-client==0.2.0 # homeassistant.components.habitica diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e3d76e8833d..a6653972bba 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -951,6 +951,8 @@ ha-iotawattpy==0.1.2 ha-philipsjs==3.2.2 # homeassistant.components.homeassistant_hardware +# homeassistant.components.homeassistant_sky_connect +# homeassistant.components.homeassistant_yellow ha-silabs-firmware-client==0.2.0 # homeassistant.components.habitica