From c9e74fbfaa5f68e5e6ff96e904bdf3a471c19f26 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Wed, 12 Nov 2025 05:07:06 +0000 Subject: [PATCH 1/2] Bump pyvesync to 3.2.2 --- homeassistant/components/vesync/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/vesync/manifest.json b/homeassistant/components/vesync/manifest.json index 0ec823e6122a4f..c456da47f1af81 100644 --- a/homeassistant/components/vesync/manifest.json +++ b/homeassistant/components/vesync/manifest.json @@ -13,5 +13,5 @@ "documentation": "https://www.home-assistant.io/integrations/vesync", "iot_class": "cloud_polling", "loggers": ["pyvesync"], - "requirements": ["pyvesync==3.2.1"] + "requirements": ["pyvesync==3.2.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index bcbf36669f6763..8164802ef43f84 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2604,7 +2604,7 @@ pyvera==0.3.16 pyversasense==0.0.6 # homeassistant.components.vesync -pyvesync==3.2.1 +pyvesync==3.2.2 # homeassistant.components.vizio pyvizio==0.1.61 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 49608e835a1caf..c2f1117e140a8e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2158,7 +2158,7 @@ pyuptimerobot==22.2.0 pyvera==0.3.16 # homeassistant.components.vesync -pyvesync==3.2.1 +pyvesync==3.2.2 # homeassistant.components.vizio pyvizio==0.1.61 From 51792bd683c389811e1c09c5ed3a545ea0f9bc61 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Wed, 12 Nov 2025 05:08:23 +0000 Subject: [PATCH 2/2] Update Snapshots --- .../components/vesync/snapshots/test_fan.ambr | 1 - .../vesync/snapshots/test_switch.ambr | 46 ------------------- 2 files changed, 47 deletions(-) diff --git a/tests/components/vesync/snapshots/test_fan.ambr b/tests/components/vesync/snapshots/test_fan.ambr index 3098d7e2a05004..fcf4c92e919548 100644 --- a/tests/components/vesync/snapshots/test_fan.ambr +++ b/tests/components/vesync/snapshots/test_fan.ambr @@ -78,7 +78,6 @@ StateSnapshot({ 'attributes': ReadOnlyDict({ 'active_time': 0, - 'child_lock': False, 'display_status': 'on', 'friendly_name': 'Air Purifier 131s', 'mode': 'sleep', diff --git a/tests/components/vesync/snapshots/test_switch.ambr b/tests/components/vesync/snapshots/test_switch.ambr index 607347f4c1b13c..3a577d1486de68 100644 --- a/tests/components/vesync/snapshots/test_switch.ambr +++ b/tests/components/vesync/snapshots/test_switch.ambr @@ -67,54 +67,8 @@ 'unique_id': 'air-purifier-display', 'unit_of_measurement': None, }), - EntityRegistryEntrySnapshot({ - 'aliases': set({ - }), - 'area_id': None, - 'capabilities': None, - 'config_entry_id': , - 'config_subentry_id': , - 'device_class': None, - 'device_id': , - 'disabled_by': None, - 'domain': 'switch', - 'entity_category': None, - 'entity_id': 'switch.air_purifier_131s_child_lock', - 'has_entity_name': True, - 'hidden_by': None, - 'icon': None, - 'id': , - 'labels': set({ - }), - 'name': None, - 'options': dict({ - }), - 'original_device_class': None, - 'original_icon': None, - 'original_name': 'Child lock', - 'platform': 'vesync', - 'previous_unique_id': None, - 'suggested_object_id': None, - 'supported_features': 0, - 'translation_key': 'child_lock', - 'unique_id': 'air-purifier-child_lock', - 'unit_of_measurement': None, - }), ]) # --- -# name: test_switch_state[Air Purifier 131s][switch.air_purifier_131s_child_lock] - StateSnapshot({ - 'attributes': ReadOnlyDict({ - 'friendly_name': 'Air Purifier 131s Child lock', - }), - 'context': , - 'entity_id': 'switch.air_purifier_131s_child_lock', - 'last_changed': , - 'last_reported': , - 'last_updated': , - 'state': 'off', - }) -# --- # name: test_switch_state[Air Purifier 131s][switch.air_purifier_131s_display] StateSnapshot({ 'attributes': ReadOnlyDict({