19 lines
481 B
JSON
19 lines
481 B
JSON
{
|
|
"domain": "upnp",
|
|
"name": "UPnP/IGD",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
|
"requirements": ["async-upnp-client==0.22.9"],
|
|
"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"
|
|
}
|