From cb462e8ccdeab3640aaf01b22ded0695cafc2a4b Mon Sep 17 00:00:00 2001 From: Philip Rosenberg-Watt Date: Wed, 16 Jun 2021 11:08:54 -0600 Subject: [PATCH] Add version to manifest Required for Home Assistant 2021.6 as per https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions --- custom_components/tagbox/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/tagbox/manifest.json b/custom_components/tagbox/manifest.json index c9d4363..e613052 100644 --- a/custom_components/tagbox/manifest.json +++ b/custom_components/tagbox/manifest.json @@ -8,5 +8,6 @@ "dependencies": [], "codeowners": [ "@robmarkcole" - ] -} \ No newline at end of file + ], + "version": "1.0.0" +}