mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump pyvesync to 2.1.12 (#122318)
This commit is contained in:
parent
cbe94c4706
commit
ea94cdb668
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyvesync"],
|
||||
"requirements": ["pyvesync==2.1.10"]
|
||||
"requirements": ["pyvesync==2.1.12"]
|
||||
}
|
||||
|
@ -2384,7 +2384,7 @@ pyvera==0.3.13
|
||||
pyversasense==0.0.6
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.10
|
||||
pyvesync==2.1.12
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
@ -1872,7 +1872,7 @@ pyuptimerobot==22.2.0
|
||||
pyvera==0.3.13
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.10
|
||||
pyvesync==2.1.12
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
@ -38,13 +38,7 @@
|
||||
'setDisplay',
|
||||
'setLevel',
|
||||
]),
|
||||
'cid': 'abcdefghabcdefghabcdefghabcdefgh',
|
||||
'config': dict({
|
||||
'auto_target_humidity': 60,
|
||||
'automatic_stop': True,
|
||||
'display': True,
|
||||
}),
|
||||
'config_dict': dict({
|
||||
'_config_dict': dict({
|
||||
'features': list([
|
||||
'warm_mist',
|
||||
'nightlight',
|
||||
@ -71,6 +65,7 @@
|
||||
'LUH-A602S-WEUR',
|
||||
'LUH-A602S-WEU',
|
||||
'LUH-A602S-WJP',
|
||||
'LUH-A602S-WUSC',
|
||||
]),
|
||||
'module': 'VeSyncHumid200300S',
|
||||
'warm_mist_levels': list([
|
||||
@ -80,6 +75,16 @@
|
||||
3,
|
||||
]),
|
||||
}),
|
||||
'_features': list([
|
||||
'warm_mist',
|
||||
'nightlight',
|
||||
]),
|
||||
'cid': 'abcdefghabcdefghabcdefghabcdefgh',
|
||||
'config': dict({
|
||||
'auto_target_humidity': 60,
|
||||
'automatic_stop': True,
|
||||
'display': True,
|
||||
}),
|
||||
'config_module': 'WFON_AHM_LUH-A602S-WUS_US',
|
||||
'connection_status': 'online',
|
||||
'connection_type': 'WiFi+BTOnboarding+BTNotify',
|
||||
@ -105,10 +110,6 @@
|
||||
'device_type': 'LUH-A602S-WUS',
|
||||
'enabled': False,
|
||||
'extension': None,
|
||||
'features': list([
|
||||
'warm_mist',
|
||||
'nightlight',
|
||||
]),
|
||||
'mac_id': '**REDACTED**',
|
||||
'manager': '**REDACTED**',
|
||||
'mist_levels': list([
|
||||
|
Loading…
x
Reference in New Issue
Block a user