From 467850673bc7faf867f8ff7f08b4f4e781d66237 Mon Sep 17 00:00:00 2001 From: Zynth1 <44590222+Zynth1@users.noreply.github.com> Date: Tue, 3 Aug 2021 16:43:55 +0200 Subject: [PATCH] Update manifest.json since home assistant 2021.6 a version number is required in custom components, otherwise the component can not be loaded --- custom_components/variable/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/variable/manifest.json b/custom_components/variable/manifest.json index 5dda300..2896000 100644 --- a/custom_components/variable/manifest.json +++ b/custom_components/variable/manifest.json @@ -1,10 +1,11 @@ { "domain": "variable", "name": "variable", + "version": "1.0.0", "documentation": "https://github.com/rogro82/hass-variables", "requirements": [], "dependencies": [], "codeowners": [ "@rogro82" ] -} \ No newline at end of file +}