2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "upnp",
|
2020-01-07 13:31:18 +00:00
|
|
|
"name": "UPnP",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
2020-04-10 22:24:03 +00:00
|
|
|
"requirements": ["async-upnp-client==0.14.13"],
|
2020-05-03 01:03:54 +00:00
|
|
|
"codeowners": ["@StevenLooman"],
|
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
|
|
}
|
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|