mirror of https://github.com/home-assistant/core
24 lines
662 B
JSON
24 lines
662 B
JSON
{
|
|
"domain": "homeassistant_sky_connect",
|
|
"name": "Home Assistant Connect ZBT-1",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"dependencies": ["hardware", "usb", "homeassistant_hardware"],
|
|
"documentation": "https://www.home-assistant.io/integrations/homeassistant_sky_connect",
|
|
"integration_type": "hardware",
|
|
"usb": [
|
|
{
|
|
"vid": "10C4",
|
|
"pid": "EA60",
|
|
"description": "*skyconnect v1.0*",
|
|
"known_devices": ["SkyConnect v1.0"]
|
|
},
|
|
{
|
|
"vid": "10C4",
|
|
"pid": "EA60",
|
|
"description": "*home assistant connect zbt-1*",
|
|
"known_devices": ["Home Assistant Connect ZBT-1"]
|
|
}
|
|
]
|
|
}
|