mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
15 lines
428 B
JSON
15 lines
428 B
JSON
{
|
|
"domain": "homeassistant_hardware",
|
|
"name": "Home Assistant Hardware",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["usb"],
|
|
"documentation": "https://www.home-assistant.io/integrations/homeassistant_hardware",
|
|
"integration_type": "system",
|
|
"requirements": [
|
|
"serialx==0.6.2",
|
|
"universal-silabs-flasher==1.0.3",
|
|
"ha-silabs-firmware-client==0.3.0"
|
|
]
|
|
}
|