From b9bf903cd830356826cdba2d5f501bb7f1298af6 Mon Sep 17 00:00:00 2001 From: xannor Date: Wed, 3 Mar 2021 06:57:15 -0500 Subject: [PATCH] Update manifest.json Added required version key --- custom_components/weather_template/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/weather_template/manifest.json b/custom_components/weather_template/manifest.json index ac95ddf..31d1f42 100644 --- a/custom_components/weather_template/manifest.json +++ b/custom_components/weather_template/manifest.json @@ -3,6 +3,7 @@ "name": "Weather Template", "documentation": "https://github.com/xannor/weather_template", "issue_tracker": "https://github.com/xannor/weather_template/issues", + "version": "0.1.2", "dependencies": [], "codeowners": ["@xannor"], "requirements": []