From 089f7279bcec6c5548c458dbbcb726f53939dbd5 Mon Sep 17 00:00:00 2001 From: Jason Maners Date: Thu, 21 Apr 2022 03:36:02 -0400 Subject: [PATCH] Update vesync to use pyvesync v2.0.2 (#70281) Co-authored-by: Shay Levy --- 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 2637cfaa746..c93e070a484 100644 --- a/homeassistant/components/vesync/manifest.json +++ b/homeassistant/components/vesync/manifest.json @@ -3,7 +3,7 @@ "name": "VeSync", "documentation": "https://www.home-assistant.io/integrations/vesync", "codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey"], - "requirements": ["pyvesync==1.4.2"], + "requirements": ["pyvesync==2.0.2"], "config_flow": true, "iot_class": "cloud_polling", "loggers": ["pyvesync"] diff --git a/requirements_all.txt b/requirements_all.txt index 16519a2fb39..776c5375f68 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1989,7 +1989,7 @@ pyvera==0.3.13 pyversasense==0.0.6 # homeassistant.components.vesync -pyvesync==1.4.2 +pyvesync==2.0.2 # homeassistant.components.vizio pyvizio==0.1.57 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index dc3ba747bb8..b5f91a4aa55 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1300,7 +1300,7 @@ pyuptimerobot==22.2.0 pyvera==0.3.13 # homeassistant.components.vesync -pyvesync==1.4.2 +pyvesync==2.0.2 # homeassistant.components.vizio pyvizio==0.1.57