Update pyvesync to 2.1.10 (#100522)
* Update manifest.json to use pyvesync 2.1.10 * Update Requirements for pyvesync * Update test_diagnostics.ambr --------- Co-authored-by: Thibault Cohen <47721+titilambert@users.noreply.github.com>
This commit is contained in:
parent
fb61e34833
commit
2a6a2fa842
4 changed files with 7 additions and 3 deletions
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyvesync"],
|
||||
"requirements": ["pyvesync==2.1.1"]
|
||||
"requirements": ["pyvesync==2.1.10"]
|
||||
}
|
||||
|
|
|
@ -2234,7 +2234,7 @@ pyvera==0.3.13
|
|||
pyversasense==0.0.6
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.1
|
||||
pyvesync==2.1.10
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
|
|
@ -1663,7 +1663,7 @@ pyuptimerobot==22.2.0
|
|||
pyvera==0.3.13
|
||||
|
||||
# homeassistant.components.vesync
|
||||
pyvesync==2.1.1
|
||||
pyvesync==2.1.10
|
||||
|
||||
# homeassistant.components.vizio
|
||||
pyvizio==0.1.61
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
}),
|
||||
'device_image': 'https://image.vesync.com/defaultImages/LV_600S_Series/icon_lv600s_humidifier_160.png',
|
||||
'device_name': 'Humidifier',
|
||||
'device_region': 'US',
|
||||
'device_status': 'off',
|
||||
'device_type': 'LUH-A602S-WUS',
|
||||
'enabled': False,
|
||||
|
@ -128,6 +129,7 @@
|
|||
]),
|
||||
'mode': None,
|
||||
'night_light': True,
|
||||
'pid': None,
|
||||
'speed': None,
|
||||
'sub_device_no': None,
|
||||
'type': 'wifi-air',
|
||||
|
@ -174,6 +176,7 @@
|
|||
}),
|
||||
'device_image': '',
|
||||
'device_name': 'Fan',
|
||||
'device_region': 'US',
|
||||
'device_status': 'unknown',
|
||||
'device_type': 'LV-PUR131S',
|
||||
'extension': None,
|
||||
|
@ -264,6 +267,7 @@
|
|||
'mac_id': '**REDACTED**',
|
||||
'manager': '**REDACTED**',
|
||||
'mode': None,
|
||||
'pid': None,
|
||||
'speed': None,
|
||||
'sub_device_no': None,
|
||||
'type': 'wifi-air',
|
||||
|
|
Loading…
Add table
Reference in a new issue