mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Have the individual hardware integrations depend on the firmware flasher
This commit is contained in:
@ -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",
|
||||
|
@ -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
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
Reference in New Issue
Block a user