1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/isy994/manifest.json
2021-04-15 10:21:38 +02:00

16 lines
409 B
JSON

{
"domain": "isy994",
"name": "Universal Devices ISY994",
"documentation": "https://www.home-assistant.io/integrations/isy994",
"requirements": ["pyisy==2.1.1"],
"codeowners": ["@bdraco", "@shbatm"],
"config_flow": true,
"ssdp": [
{
"manufacturer": "Universal Devices Inc.",
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
}
],
"iot_class": "local_push"
}