20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"domain": "upnp",
|
|
"name": "UPnP/IGD",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
|
"requirements": ["async-upnp-client==0.31.2", "getmac==0.8.2"],
|
|
"dependencies": ["network", "ssdp"],
|
|
"codeowners": ["@StevenLooman", "@ehendrix23"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
},
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
}
|
|
],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["async_upnp_client"]
|
|
}
|