From 8637de6b1f8720cb67ae48188a4e3563cea376ec Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sat, 30 Jan 2021 13:04:58 +0000 Subject: [PATCH] Add version --- custom_components/integration_blueprint/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/integration_blueprint/manifest.json b/custom_components/integration_blueprint/manifest.json index 85fe4de..b1151c5 100644 --- a/custom_components/integration_blueprint/manifest.json +++ b/custom_components/integration_blueprint/manifest.json @@ -4,9 +4,10 @@ "documentation": "https://github.com/custom-components/integration_blueprint", "issue_tracker": "https://github.com/custom-components/integration_blueprint/issues", "dependencies": [], + "version": "0.0.0", "config_flow": true, "codeowners": [ "@ludeeus" ], "requirements": [] -} +} \ No newline at end of file