From 08d7acd045afd6048e41e78ef27e111472a7f605 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 18 Apr 2023 12:09:03 +0200 Subject: [PATCH] Feature/bump pyvesync (#139) * bump pyvesync * bump pyvesync --- custom_components/vesync/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index ad2d941..57a194a 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -12,6 +12,6 @@ "documentation": "https://www.home-assistant.io/integrations/vesync", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/vlebourl/custom_vesync", - "requirements": ["pyvesync==2.1.1"], + "requirements": ["pyvesync==2.1.6"], "version": "0.2.5" } diff --git a/requirements.txt b/requirements.txt index ba7634c..ca5d9af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyvesync==2.1.0 \ No newline at end of file +pyvesync==2.1.6