2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "upnp",
|
2021-05-11 05:14:33 +00:00
|
|
|
"name": "UPnP/IGD",
|
2023-02-08 19:41:50 +00:00
|
|
|
"codeowners": ["@StevenLooman"],
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:41:50 +00:00
|
|
|
"dependencies": ["network", "ssdp"],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
2023-02-08 19:41:50 +00:00
|
|
|
"integration_type": "device",
|
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["async_upnp_client"],
|
2023-05-21 22:17:08 +00:00
|
|
|
"requirements": ["async-upnp-client==0.33.2", "getmac==0.8.2"],
|
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"
|
2023-04-07 23:11:31 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
2020-05-03 01:03:54 +00:00
|
|
|
}
|
2023-02-08 19:41:50 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|