From 652aab5d5eab50326d8feea8bb0c579ee2077fc7 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Sun, 7 Mar 2021 18:35:33 +0800 Subject: [PATCH] [Add] Add version to manifest --- custom_components/dyson_cloud/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/dyson_cloud/manifest.json b/custom_components/dyson_cloud/manifest.json index 250ae00..e561cb0 100644 --- a/custom_components/dyson_cloud/manifest.json +++ b/custom_components/dyson_cloud/manifest.json @@ -6,5 +6,6 @@ "issue_tracker": "https://github.com/shenxn/ha-dyson/issues", "dependencies": [], "codeowners": ["@shenxn"], - "requirements": ["libdyson==0.6.1"] + "requirements": ["libdyson==0.6.1"], + "version": "0.5.0" } \ No newline at end of file