2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "keenetic_ndms2",
|
2021-02-14 12:09:19 +00:00
|
|
|
"name": "Keenetic NDMS2 Router",
|
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/keenetic_ndms2",
|
2021-02-14 12:09:19 +00:00
|
|
|
"requirements": ["ndms2_client==0.1.1"],
|
2021-05-25 13:36:03 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "Keenetic Ltd."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
|
|
"manufacturer": "ZyXEL Communications Corp."
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@foxel"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["ndms2_client"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|