From 0ed12157f656c47e94e6226ec2c5081854a600ef Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Thu, 8 Dec 2022 10:57:55 +0100 Subject: [PATCH] Bump pyvesinc to 2.1.1 (#67) --- 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 8e3f566..b983227 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -3,7 +3,7 @@ "name": "VeSync", "documentation": "https://www.home-assistant.io/integrations/vesync", "codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"], - "requirements": ["git+https://github.com/webdjoe/pyvesync.git@master#pyvesync==2.1.0"], + "requirements": ["pyvesync==2.1.1"], "config_flow": true, "iot_class": "cloud_polling", "version": "0.2.4",