From a7e6052303c8b9f3d567b87b05710b1c358543d7 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Wed, 5 Jul 2023 20:43:06 +0200 Subject: [PATCH] bump pyvesync --- custom_components/vesync/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index 61b4787..177b652 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.6"], + "requirements": ["pyvesync==2.1.7"], "version": "1.0.0" }