2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "isy994",
|
2023-01-03 00:22:40 +00:00
|
|
|
"name": "Universal Devices ISY/IoX",
|
2022-10-24 19:02:23 +00:00
|
|
|
"integration_type": "hub",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
2023-01-12 04:07:44 +00:00
|
|
|
"requirements": ["pyisy==3.1.3"],
|
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": [
|
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
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["pyisy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|