mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Bump async-upnp-client to 0.48.2 (#182573)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.48.1", "getmac==0.9.5"],
|
||||
"requirements": ["async-upnp-client==0.48.2", "getmac==0.9.5"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/dlna_dms",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["async-upnp-client==0.48.1"],
|
||||
"requirements": ["async-upnp-client==0.48.2"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:MediaServer:1",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"samsungctl[websocket]==0.7.1",
|
||||
"samsungtvws[async,encrypted]==3.0.6",
|
||||
"wakeonlan==3.3.0",
|
||||
"async-upnp-client==0.48.1"
|
||||
"async-upnp-client==0.48.2"
|
||||
],
|
||||
"ssdp": [
|
||||
{
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["async-upnp-client==0.48.1"]
|
||||
"requirements": ["async-upnp-client==0.48.2"]
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.48.1", "getmac==0.9.5"],
|
||||
"requirements": ["async-upnp-client==0.48.2", "getmac==0.9.5"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["wiim.sdk", "async_upnp_client"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["async-upnp-client==0.48.1", "wiim==0.1.7"],
|
||||
"requirements": ["async-upnp-client==0.48.2", "wiim==0.1.7"],
|
||||
"zeroconf": ["_linkplay._tcp.local."]
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client", "yeelight"],
|
||||
"requirements": ["yeelight==0.7.16", "async-upnp-client==0.48.1"],
|
||||
"requirements": ["yeelight==0.7.16", "async-upnp-client==0.48.2"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"name": "yeelink-*",
|
||||
|
||||
@@ -13,7 +13,7 @@ aiozoneinfo==0.2.3
|
||||
annotatedyaml==1.0.2
|
||||
astral==2.2
|
||||
async-interrupt==1.2.2
|
||||
async-upnp-client==0.48.1
|
||||
async-upnp-client==0.48.2
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==26.1.0
|
||||
audioop-lts==0.2.2
|
||||
|
||||
Generated
+1
-1
@@ -600,7 +600,7 @@ asusrouter==1.21.3
|
||||
# homeassistant.components.upnp
|
||||
# homeassistant.components.wiim
|
||||
# homeassistant.components.yeelight
|
||||
async-upnp-client==0.48.1
|
||||
async-upnp-client==0.48.2
|
||||
|
||||
# homeassistant.components.arve
|
||||
asyncarve==0.1.1
|
||||
|
||||
Reference in New Issue
Block a user