2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "isy994",
|
2023-01-03 00:22:40 +00:00
|
|
|
"name": "Universal Devices ISY/IoX",
|
2020-05-09 19:49:00 +00:00
|
|
|
"codeowners": ["@bdraco", "@shbatm"],
|
2020-05-13 16:15:17 +00:00
|
|
|
"config_flow": true,
|
2022-02-16 00:46:09 +00:00
|
|
|
"dhcp": [
|
2023-01-03 00:22:40 +00:00
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "isy*",
|
|
|
|
"macaddress": "0021B9*"
|
|
|
|
},
|
2023-01-04 01:14:36 +00:00
|
|
|
{
|
|
|
|
"hostname": "eisy*",
|
|
|
|
"macaddress": "0021B9*"
|
|
|
|
},
|
2023-01-03 00:22:40 +00:00
|
|
|
{
|
|
|
|
"hostname": "polisy*",
|
|
|
|
"macaddress": "000DB9*"
|
|
|
|
}
|
2022-02-16 00:46:09 +00:00
|
|
|
],
|
2023-02-08 19:35:25 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
|
|
|
"integration_type": "hub",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2023-02-08 19:35:25 +00:00
|
|
|
"loggers": ["pyisy"],
|
2023-02-26 07:12:00 +00:00
|
|
|
"requirements": ["pyisy==3.1.14"],
|
2023-02-08 19:35:25 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "Universal Devices Inc.",
|
|
|
|
"deviceType": "urn:udi-com:device:X_Insteon_Lighting_Device:1"
|
|
|
|
}
|
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|