diff --git a/homeassistant/components/vesync/manifest.json b/homeassistant/components/vesync/manifest.json index dcf8e7d2860..fb892acfd4f 100644 --- a/homeassistant/components/vesync/manifest.json +++ b/homeassistant/components/vesync/manifest.json @@ -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"] } diff --git a/requirements_all.txt b/requirements_all.txt index c15dc6822d5..32954cf7001 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d52d9e37872..4ae06b222f5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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 diff --git a/tests/components/vesync/snapshots/test_diagnostics.ambr b/tests/components/vesync/snapshots/test_diagnostics.ambr index 10dfdd2ba14..b2ae7b53cf5 100644 --- a/tests/components/vesync/snapshots/test_diagnostics.ambr +++ b/tests/components/vesync/snapshots/test_diagnostics.ambr @@ -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',