mirror of https://github.com/home-assistant/core
17 lines
447 B
JSON
17 lines
447 B
JSON
{
|
|
"domain": "netgear",
|
|
"name": "NETGEAR",
|
|
"codeowners": ["@hacf-fr", "@Quentame", "@starkillerOG"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/netgear",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pynetgear"],
|
|
"requirements": ["pynetgear==0.10.10"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "NETGEAR, Inc.",
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
}
|
|
]
|
|
}
|