Vesync bump pyvesync library (#137208)

pull/137226/head
cdnninja 2025-02-03 00:58:33 -07:00 committed by GitHub
parent 00e0a5bc10
commit d18fb4e6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 35 additions and 4 deletions

View File

@ -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"]
}

2
requirements_all.txt generated
View File

@ -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

View File

@ -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

View File

@ -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,