From 6f1c4fe28ac94afbbdd08b0f96beb3e56544c049 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 8 Nov 2022 15:34:05 +0100 Subject: [PATCH] fix requirements. --- 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 b075044..f852481 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": ["pyvesync==2.1.0"], + "requirements": ["git+https://github.com/webdjoe/pyvesync.git@master#pyvesync==2.1.0"], "config_flow": true, "iot_class": "cloud_polling", "version": "0.2.1",