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