2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "upnp",
|
2021-05-11 05:14:33 +00:00
|
|
|
"name": "UPnP/IGD",
|
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",
|
2022-01-03 12:42:09 +00:00
|
|
|
"requirements": ["async-upnp-client==0.23.3"],
|
2021-07-22 18:12:33 +00:00
|
|
|
"dependencies": ["network", "ssdp"],
|
2021-08-17 18:23:41 +00:00
|
|
|
"codeowners": ["@StevenLooman","@ehendrix23"],
|
2020-05-03 01:03:54 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
|
|
|
"iot_class": "local_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|