diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index e231e24..b075044 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -3,6 +3,7 @@ "name": "VeSync", "documentation": "https://www.home-assistant.io/integrations/vesync", "codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"], + "requirements": ["pyvesync==2.1.0"], "config_flow": true, "iot_class": "cloud_polling", "version": "0.2.1", diff --git a/requirements.txt b/requirements.txt index 032e9e5..ba7634c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyvesync==2.0.3 \ No newline at end of file +pyvesync==2.1.0 \ No newline at end of file