mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
31 lines
790 B
JSON
31 lines
790 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",
|
|
"loggers": [
|
|
"bellows",
|
|
"universal_silabs_flasher",
|
|
"zigpy.serial",
|
|
"serial_asyncio_fast",
|
|
"serialx"
|
|
],
|
|
"usb": [
|
|
{
|
|
"description": "*skyconnect v1.0*",
|
|
"known_devices": ["SkyConnect v1.0"],
|
|
"pid": "EA60",
|
|
"vid": "10C4"
|
|
},
|
|
{
|
|
"description": "*home assistant connect zbt-1*",
|
|
"known_devices": ["Home Assistant Connect ZBT-1"],
|
|
"pid": "EA60",
|
|
"vid": "10C4"
|
|
}
|
|
]
|
|
}
|