2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "isy994",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Universal Devices ISY994",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
2021-05-18 19:15:47 +00:00
|
|
|
"requirements": ["pyisy==3.0.0"],
|
2020-05-09 19:49:00 +00:00
|
|
|
"codeowners": ["@bdraco", "@shbatm"],
|
2020-05-13 16:15:17 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Universal Devices Inc.",
|
|
|
|
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
|
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
2021-05-18 19:15:47 +00:00
|
|
|
"dhcp": [{ "hostname": "isy*", "macaddress": "0021B9*" }],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|