mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
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
@ -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.1"]
|
"requirements": ["pyvesync==2.1.10"]
|
||||||
}
|
}
|
||||||
|
@ -2234,7 +2234,7 @@ pyvera==0.3.13
|
|||||||
pyversasense==0.0.6
|
pyversasense==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.1
|
pyvesync==2.1.10
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
@ -1663,7 +1663,7 @@ pyuptimerobot==22.2.0
|
|||||||
pyvera==0.3.13
|
pyvera==0.3.13
|
||||||
|
|
||||||
# homeassistant.components.vesync
|
# homeassistant.components.vesync
|
||||||
pyvesync==2.1.1
|
pyvesync==2.1.10
|
||||||
|
|
||||||
# homeassistant.components.vizio
|
# homeassistant.components.vizio
|
||||||
pyvizio==0.1.61
|
pyvizio==0.1.61
|
||||||
|
@ -100,6 +100,7 @@
|
|||||||
}),
|
}),
|
||||||
'device_image': 'https://image.vesync.com/defaultImages/LV_600S_Series/icon_lv600s_humidifier_160.png',
|
'device_image': 'https://image.vesync.com/defaultImages/LV_600S_Series/icon_lv600s_humidifier_160.png',
|
||||||
'device_name': 'Humidifier',
|
'device_name': 'Humidifier',
|
||||||
|
'device_region': 'US',
|
||||||
'device_status': 'off',
|
'device_status': 'off',
|
||||||
'device_type': 'LUH-A602S-WUS',
|
'device_type': 'LUH-A602S-WUS',
|
||||||
'enabled': False,
|
'enabled': False,
|
||||||
@ -128,6 +129,7 @@
|
|||||||
]),
|
]),
|
||||||
'mode': None,
|
'mode': None,
|
||||||
'night_light': True,
|
'night_light': True,
|
||||||
|
'pid': None,
|
||||||
'speed': None,
|
'speed': None,
|
||||||
'sub_device_no': None,
|
'sub_device_no': None,
|
||||||
'type': 'wifi-air',
|
'type': 'wifi-air',
|
||||||
@ -174,6 +176,7 @@
|
|||||||
}),
|
}),
|
||||||
'device_image': '',
|
'device_image': '',
|
||||||
'device_name': 'Fan',
|
'device_name': 'Fan',
|
||||||
|
'device_region': 'US',
|
||||||
'device_status': 'unknown',
|
'device_status': 'unknown',
|
||||||
'device_type': 'LV-PUR131S',
|
'device_type': 'LV-PUR131S',
|
||||||
'extension': None,
|
'extension': None,
|
||||||
@ -264,6 +267,7 @@
|
|||||||
'mac_id': '**REDACTED**',
|
'mac_id': '**REDACTED**',
|
||||||
'manager': '**REDACTED**',
|
'manager': '**REDACTED**',
|
||||||
'mode': None,
|
'mode': None,
|
||||||
|
'pid': None,
|
||||||
'speed': None,
|
'speed': None,
|
||||||
'sub_device_no': None,
|
'sub_device_no': None,
|
||||||
'type': 'wifi-air',
|
'type': 'wifi-air',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user