ha-core/homeassistant/components/homeassistant_sky_connect/manifest.json

18 lines
468 B
JSON

{
"domain": "homeassistant_sky_connect",
"name": "Home Assistant Sky Connect",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homeassistant_sky_connect",
"dependencies": ["hardware", "usb"],
"codeowners": ["@home-assistant/core"],
"integration_type": "hardware",
"usb": [
{
"vid": "10C4",
"pid": "EA60",
"description": "*skyconnect v1.0*",
"known_devices": ["SkyConnect v1.0"]
}
]
}