From 4f2c50cbb35f94495c13937ff5ed51ce8c7f2991 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 8 Nov 2022 15:17:25 +0100 Subject: [PATCH] bump pyvesync (#61) --- custom_components/vesync/manifest.json | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index e231e24..b075044 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -3,6 +3,7 @@ "name": "VeSync", "documentation": "https://www.home-assistant.io/integrations/vesync", "codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"], + "requirements": ["pyvesync==2.1.0"], "config_flow": true, "iot_class": "cloud_polling", "version": "0.2.1", diff --git a/requirements.txt b/requirements.txt index 032e9e5..ba7634c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyvesync==2.0.3 \ No newline at end of file +pyvesync==2.1.0 \ No newline at end of file