17 lines
470 B
JSON
17 lines
470 B
JSON
{
|
|
"domain": "isy994",
|
|
"name": "Universal Devices ISY994",
|
|
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
|
"requirements": ["pyisy==3.0.0"],
|
|
"codeowners": ["@bdraco", "@shbatm"],
|
|
"config_flow": true,
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Universal Devices Inc.",
|
|
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
|
|
}
|
|
],
|
|
"dhcp": [{ "hostname": "isy*", "macaddress": "0021B9*" }],
|
|
"iot_class": "local_push"
|
|
}
|