core/homeassistant/components/kaleidescape/manifest.json

16 lines
393 B
JSON
Raw Normal View History

2022-03-07 23:16:43 +00:00
{
"domain": "kaleidescape",
"name": "Kaleidescape",
2023-02-08 19:35:25 +00:00
"codeowners": ["@SteveEasley"],
2022-03-07 23:16:43 +00:00
"config_flow": true,
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/kaleidescape",
"iot_class": "local_push",
"requirements": ["pykaleidescape==1.0.1"],
2022-03-07 23:16:43 +00:00
"ssdp": [
{
"manufacturer": "Kaleidescape, Inc.",
"deviceType": "schemas-upnp-org:device:Basic:1"
}
2023-02-08 19:35:25 +00:00
]
2022-03-30 08:56:37 +00:00
}