hass-core/homeassistant/components/homeassistant_sky_connect/manifest.json
puddly 963d8d6a76
Change SkyConnect integration type back to hardware and fix multi-PAN migration bug (#116474)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-04-30 22:47:17 +02:00

23 lines
659 B
JSON

{
"domain": "homeassistant_sky_connect",
"name": "Home Assistant SkyConnect",
"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"]
}
]
}