mirror of https://github.com/home-assistant/core
16 lines
393 B
JSON
16 lines
393 B
JSON
{
|
|
"domain": "kaleidescape",
|
|
"name": "Kaleidescape",
|
|
"codeowners": ["@SteveEasley"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/kaleidescape",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pykaleidescape==1.0.1"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Kaleidescape, Inc.",
|
|
"deviceType": "schemas-upnp-org:device:Basic:1"
|
|
}
|
|
]
|
|
}
|