Bump async-upnp-client to 0.40.0 (#122427)
This commit is contained in:
parent
9b2118e556
commit
d0ba5534cd
9 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.39.0", "getmac==0.9.4"],
|
||||
"requirements": ["async-upnp-client==0.40.0", "getmac==0.9.4"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/dlna_dms",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["async-upnp-client==0.39.0"],
|
||||
"requirements": ["async-upnp-client==0.40.0"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"samsungctl[websocket]==0.7.1",
|
||||
"samsungtvws[async,encrypted]==2.6.0",
|
||||
"wakeonlan==2.1.0",
|
||||
"async-upnp-client==0.39.0"
|
||||
"async-upnp-client==0.40.0"
|
||||
],
|
||||
"ssdp": [
|
||||
{
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["async-upnp-client==0.39.0"]
|
||||
"requirements": ["async-upnp-client==0.40.0"]
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.39.0", "getmac==0.9.4"],
|
||||
"requirements": ["async-upnp-client==0.40.0", "getmac==0.9.4"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client", "yeelight"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["yeelight==0.7.14", "async-upnp-client==0.39.0"],
|
||||
"requirements": ["yeelight==0.7.14", "async-upnp-client==0.40.0"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_miio._udp.local.",
|
||||
|
|
|
@ -10,7 +10,7 @@ aiohttp_cors==0.7.0
|
|||
aiozoneinfo==0.2.1
|
||||
astral==2.2
|
||||
async-interrupt==1.1.2
|
||||
async-upnp-client==0.39.0
|
||||
async-upnp-client==0.40.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==23.2.0
|
||||
awesomeversion==24.6.0
|
||||
|
|
|
@ -487,7 +487,7 @@ asterisk_mbox==0.5.0
|
|||
# homeassistant.components.ssdp
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.yeelight
|
||||
async-upnp-client==0.39.0
|
||||
async-upnp-client==0.40.0
|
||||
|
||||
# homeassistant.components.arve
|
||||
asyncarve==0.1.1
|
||||
|
|
|
@ -448,7 +448,7 @@ asterisk_mbox==0.5.0
|
|||
# homeassistant.components.ssdp
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.yeelight
|
||||
async-upnp-client==0.39.0
|
||||
async-upnp-client==0.40.0
|
||||
|
||||
# homeassistant.components.arve
|
||||
asyncarve==0.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue