Vesync bump pyvesync library (#137208)
parent
00e0a5bc10
commit
d18fb4e6f9
|
@ -12,5 +12,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyvesync"],
|
||||
"requirements": ["pyvesync==2.1.16"]
|
||||
"requirements": ["pyvesync==2.1.17"]
|
||||
}
|
||||
|
|
|
@ -2513,7 +2513,7 @@ pyvera==0.3.15
|
|||
pyversasense==0.0.6
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.16
|
||||
pyvesync==2.1.17
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
|
|
@ -2031,7 +2031,7 @@ pyuptimerobot==22.2.0
|
|||
pyvera==0.3.15
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.16
|
||||
pyvesync==2.1.17
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
'sleep',
|
||||
'manual',
|
||||
]),
|
||||
'mode': None,
|
||||
'mode': 'humidity',
|
||||
'night_light': True,
|
||||
'pid': None,
|
||||
'speed': None,
|
||||
|
@ -160,6 +160,30 @@
|
|||
# ---
|
||||
# name: test_async_get_device_diagnostics__single_fan
|
||||
dict({
|
||||
'_config_dict': dict({
|
||||
'features': list([
|
||||
'air_quality',
|
||||
]),
|
||||
'levels': list([
|
||||
1,
|
||||
2,
|
||||
]),
|
||||
'models': list([
|
||||
'LV-PUR131S',
|
||||
'LV-RH131S',
|
||||
]),
|
||||
'modes': list([
|
||||
'manual',
|
||||
'auto',
|
||||
'sleep',
|
||||
'off',
|
||||
]),
|
||||
'module': 'VeSyncAir131',
|
||||
}),
|
||||
'_features': list([
|
||||
'air_quality',
|
||||
]),
|
||||
'air_quality_feature': True,
|
||||
'cid': 'abcdefghabcdefghabcdefghabcdefgh',
|
||||
'config': dict({
|
||||
}),
|
||||
|
@ -180,6 +204,7 @@
|
|||
'device_region': 'US',
|
||||
'device_status': 'unknown',
|
||||
'device_type': 'LV-PUR131S',
|
||||
'enabled': True,
|
||||
'extension': None,
|
||||
'home_assistant': dict({
|
||||
'disabled': False,
|
||||
|
@ -271,6 +296,12 @@
|
|||
'mac_id': '**REDACTED**',
|
||||
'manager': '**REDACTED**',
|
||||
'mode': None,
|
||||
'modes': list([
|
||||
'manual',
|
||||
'auto',
|
||||
'sleep',
|
||||
'off',
|
||||
]),
|
||||
'pid': None,
|
||||
'speed': None,
|
||||
'sub_device_no': None,
|
||||
|
|
Loading…
Reference in New Issue