From bc8a0209cbbe40aefd02f435343d1c54d21a3320 Mon Sep 17 00:00:00 2001
From: djtimca <60706061+djtimca@users.noreply.github.com>
Date: Fri, 2 Oct 2020 06:34:03 -0400
Subject: [PATCH] Bump pyvesync to 1.2.0 (#40978)

---
 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 a4e786c2a12..667cb16d128 100644
--- a/homeassistant/components/vesync/manifest.json
+++ b/homeassistant/components/vesync/manifest.json
@@ -8,7 +8,7 @@
     "@thegardenmonkey"
   ],
   "requirements": [
-    "pyvesync==1.1.0"
+    "pyvesync==1.2.0"
   ],
   "config_flow": true
 }
\ No newline at end of file
diff --git a/requirements_all.txt b/requirements_all.txt
index 53f61a9a1d7..f627f031e66 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1846,7 +1846,7 @@ pyvera==0.3.10
 pyversasense==0.0.6
 
 # homeassistant.components.vesync
-pyvesync==1.1.0
+pyvesync==1.2.0
 
 # homeassistant.components.vizio
 pyvizio==0.1.56
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 2fb655ce0f7..eaca8031118 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -869,7 +869,7 @@ pytradfri[async]==7.0.2
 pyvera==0.3.10
 
 # homeassistant.components.vesync
-pyvesync==1.1.0
+pyvesync==1.2.0
 
 # homeassistant.components.vizio
 pyvizio==0.1.56
-- 
GitLab