fix requirements.

This commit is contained in:
Vincent Le Bourlot 2022-11-08 15:34:05 +01:00 committed by GitHub
parent 4f2c50cbb3
commit 6f1c4fe28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"name": "VeSync", "name": "VeSync",
"documentation": "https://www.home-assistant.io/integrations/vesync", "documentation": "https://www.home-assistant.io/integrations/vesync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"], "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, "config_flow": true,
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"version": "0.2.1", "version": "0.2.1",