18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"domain": "upnp",
|
|
"name": "UPnP",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
|
"requirements": ["async-upnp-client==0.16.0"],
|
|
"codeowners": ["@StevenLooman"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
},
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
}
|
|
],
|
|
"iot_class": "local_polling"
|
|
}
|