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",
|
2022-06-27 21:24:25 +00:00
|
|
|
"requirements": ["pyisy==3.0.7"],
|
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
|
|
|
],
|
2022-02-16 00:46:09 +00:00
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "registered_devices": true },
|
2022-04-28 04:18:32 +00:00
|
|
|
{ "hostname": "isy*", "macaddress": "0021B9*" },
|
|
|
|
{ "hostname": "polisy*", "macaddress": "000DB9*" }
|
2022-02-16 00:46:09 +00:00
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyisy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|