diff --git a/homeassistant/components/vesync/manifest.json b/homeassistant/components/vesync/manifest.json index 0ec823e6122..c456da47f1a 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 27df7eb8f3e..a37eae57d2b 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 7a321262207..0c00575ad8d 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 diff --git a/tests/components/vesync/snapshots/test_fan.ambr b/tests/components/vesync/snapshots/test_fan.ambr index 3098d7e2a05..fcf4c92e919 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 607347f4c1b..3a577d1486d 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({