mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Bump pyvesync to 3.3.2 (#157605)
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyvesync"],
|
||||
"requirements": ["pyvesync==3.2.2"]
|
||||
"requirements": ["pyvesync==3.3.2"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2630,7 +2630,7 @@ pyvera==0.3.16
|
||||
pyversasense==0.0.6
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==3.2.2
|
||||
pyvesync==3.3.2
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
||||
Generated
+1
-1
@@ -2196,7 +2196,7 @@ pyuptimerobot==22.2.0
|
||||
pyvera==0.3.16
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==3.2.2
|
||||
pyvesync==3.3.2
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
'set_automatic_stop': 'Method',
|
||||
'set_display': 'Method',
|
||||
'set_humidity': 'Method',
|
||||
'set_humidity_mode': 'Method',
|
||||
'set_manual_mode': 'Method',
|
||||
'set_mist_level': 'Method',
|
||||
'set_mode': 'Method',
|
||||
@@ -118,15 +117,18 @@
|
||||
'toggle_automatic_stop': 'Method',
|
||||
'toggle_display': 'Method',
|
||||
'toggle_drying_mode': 'Method',
|
||||
'toggle_nightlight': 'Method',
|
||||
'toggle_switch': 'Method',
|
||||
'turn_off': 'Method',
|
||||
'turn_off_automatic_stop': 'Method',
|
||||
'turn_off_display': 'Method',
|
||||
'turn_off_drying_mode': 'Method',
|
||||
'turn_off_nightlight': 'Method',
|
||||
'turn_on': 'Method',
|
||||
'turn_on_automatic_stop': 'Method',
|
||||
'turn_on_display': 'Method',
|
||||
'turn_on_drying_mode': 'Method',
|
||||
'turn_on_nightlight': 'Method',
|
||||
'type': 'Method',
|
||||
'update': 'Method',
|
||||
'uuid': 'Method',
|
||||
|
||||
Reference in New Issue
Block a user