mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Update pyvesync version (#131433)
This commit is contained in:
parent
760cbcc596
commit
0020c48a15
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyvesync"],
|
||||
"requirements": ["pyvesync==2.1.12"]
|
||||
"requirements": ["pyvesync==2.1.14"]
|
||||
}
|
||||
|
@ -2485,7 +2485,7 @@ pyvera==0.3.15
|
||||
pyversasense==0.0.6
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.12
|
||||
pyvesync==2.1.14
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
@ -2000,7 +2000,7 @@ pyuptimerobot==22.2.0
|
||||
pyvera==0.3.15
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.12
|
||||
pyvesync==2.1.14
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
@ -9,7 +9,8 @@
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online",
|
||||
"uuid": "00000000-1111-2222-3333-444444444444"
|
||||
"uuid": "00000000-1111-2222-3333-444444444444",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "600s-humidifier",
|
||||
@ -30,7 +31,8 @@
|
||||
"deviceName": "Air Purifier 131s",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "asd_sdfKIHG7IJHGwJGJ7GJ_ag5h3G55",
|
||||
@ -39,7 +41,8 @@
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"type": "wifi-air",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "400s-purifier",
|
||||
@ -48,7 +51,8 @@
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"type": "wifi-air",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "600s-purifier",
|
||||
@ -57,7 +61,8 @@
|
||||
"subDeviceNo": null,
|
||||
"type": "wifi-air",
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "dimmable-bulb",
|
||||
@ -65,7 +70,8 @@
|
||||
"deviceName": "Dimmable Light",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "tunable-bulb",
|
||||
@ -73,7 +79,8 @@
|
||||
"deviceName": "Temperature Light",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "outlet",
|
||||
@ -81,7 +88,8 @@
|
||||
"deviceName": "Outlet",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "switch",
|
||||
@ -89,7 +97,8 @@
|
||||
"deviceName": "Wall Switch",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
},
|
||||
{
|
||||
"cid": "dimmable-switch",
|
||||
@ -97,7 +106,8 @@
|
||||
"deviceName": "Dimmer Switch",
|
||||
"subDeviceNo": null,
|
||||
"deviceStatus": "on",
|
||||
"connectionStatus": "online"
|
||||
"connectionStatus": "online",
|
||||
"configModule": "configModule"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user