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-12-21 21:35:52 +00:00
|
|
|
"requirements": ["async-upnp-client==0.33.0", "getmac==0.8.2"],
|
2021-07-22 18:12:33 +00:00
|
|
|
"dependencies": ["network", "ssdp"],
|
2022-10-10 20:15:58 +00:00
|
|
|
"codeowners": ["@StevenLooman"],
|
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
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-10-26 19:34:44 +00:00
|
|
|
"loggers": ["async_upnp_client"],
|
|
|
|
"integration_type": "device"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|