mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Vesync bump pyvesync library (#137208)
This commit is contained in:
parent
00e0a5bc10
commit
d18fb4e6f9
@ -12,5 +12,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.16"]
|
"requirements": ["pyvesync==2.1.17"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2513,7 +2513,7 @@ pyvera==0.3.15
|
|||||||
pyversasense==0.0.6
|
pyversasense==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.16
|
pyvesync==2.1.17
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2031,7 +2031,7 @@ pyuptimerobot==22.2.0
|
|||||||
pyvera==0.3.15
|
pyvera==0.3.15
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.16
|
pyvesync==2.1.17
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
'sleep',
|
'sleep',
|
||||||
'manual',
|
'manual',
|
||||||
]),
|
]),
|
||||||
'mode': None,
|
'mode': 'humidity',
|
||||||
'night_light': True,
|
'night_light': True,
|
||||||
'pid': None,
|
'pid': None,
|
||||||
'speed': None,
|
'speed': None,
|
||||||
@ -160,6 +160,30 @@
|
|||||||
# ---
|
# ---
|
||||||
# name: test_async_get_device_diagnostics__single_fan
|
# name: test_async_get_device_diagnostics__single_fan
|
||||||
dict({
|
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',
|
'cid': 'abcdefghabcdefghabcdefghabcdefgh',
|
||||||
'config': dict({
|
'config': dict({
|
||||||
}),
|
}),
|
||||||
@ -180,6 +204,7 @@
|
|||||||
'device_region': 'US',
|
'device_region': 'US',
|
||||||
'device_status': 'unknown',
|
'device_status': 'unknown',
|
||||||
'device_type': 'LV-PUR131S',
|
'device_type': 'LV-PUR131S',
|
||||||
|
'enabled': True,
|
||||||
'extension': None,
|
'extension': None,
|
||||||
'home_assistant': dict({
|
'home_assistant': dict({
|
||||||
'disabled': False,
|
'disabled': False,
|
||||||
@ -271,6 +296,12 @@
|
|||||||
'mac_id': '**REDACTED**',
|
'mac_id': '**REDACTED**',
|
||||||
'manager': '**REDACTED**',
|
'manager': '**REDACTED**',
|
||||||
'mode': None,
|
'mode': None,
|
||||||
|
'modes': list([
|
||||||
|
'manual',
|
||||||
|
'auto',
|
||||||
|
'sleep',
|
||||||
|
'off',
|
||||||
|
]),
|
||||||
'pid': None,
|
'pid': None,
|
||||||
'speed': None,
|
'speed': None,
|
||||||
'sub_device_no': None,
|
'sub_device_no': None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user