Skip to content

Commit 2bdd685

Browse files
authored
Bump pyvesync to 3.3.2 (home-assistant#157605)
1 parent 0bf9069 commit 2bdd685

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

homeassistant/components/vesync/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"documentation": "https://www.home-assistant.io/integrations/vesync",
1414
"iot_class": "cloud_polling",
1515
"loggers": ["pyvesync"],
16-
"requirements": ["pyvesync==3.2.2"]
16+
"requirements": ["pyvesync==3.3.2"]
1717
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/vesync/snapshots/test_diagnostics.ambr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
'set_automatic_stop': 'Method',
9393
'set_display': 'Method',
9494
'set_humidity': 'Method',
95-
'set_humidity_mode': 'Method',
9695
'set_manual_mode': 'Method',
9796
'set_mist_level': 'Method',
9897
'set_mode': 'Method',
@@ -118,15 +117,18 @@
118117
'toggle_automatic_stop': 'Method',
119118
'toggle_display': 'Method',
120119
'toggle_drying_mode': 'Method',
120+
'toggle_nightlight': 'Method',
121121
'toggle_switch': 'Method',
122122
'turn_off': 'Method',
123123
'turn_off_automatic_stop': 'Method',
124124
'turn_off_display': 'Method',
125125
'turn_off_drying_mode': 'Method',
126+
'turn_off_nightlight': 'Method',
126127
'turn_on': 'Method',
127128
'turn_on_automatic_stop': 'Method',
128129
'turn_on_display': 'Method',
129130
'turn_on_drying_mode': 'Method',
131+
'turn_on_nightlight': 'Method',
130132
'type': 'Method',
131133
'update': 'Method',
132134
'uuid': 'Method',

0 commit comments

Comments
 (0)