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