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",
"config_flow": true,
"ssdp": [
{
"manufacturer": "Kaleidescape, Inc.",
"deviceType": "schemas-upnp-org:device:Basic:1"
}
],
"documentation": "https://www.home-assistant.io/integrations/kaleidescape",
"requirements": ["pykaleidescape==1.0.1"],
2022-03-30 08:56:37 +00:00
"codeowners": ["@SteveEasley"],
2022-03-07 23:16:43 +00:00
"iot_class": "local_push"
2022-03-30 08:56:37 +00:00
}