mirror of https://github.com/home-assistant/core
21 lines
586 B
JSON
21 lines
586 B
JSON
{
|
|
"domain": "keenetic_ndms2",
|
|
"name": "Keenetic NDMS2 Router",
|
|
"codeowners": ["@foxel"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/keenetic_ndms2",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["ndms2_client"],
|
|
"requirements": ["ndms2-client==0.1.2"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
"manufacturer": "Keenetic Ltd."
|
|
},
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
|
"manufacturer": "ZyXEL Communications Corp."
|
|
}
|
|
]
|
|
}
|