From e36f5775668eb99269b3890fb57904142ca110d8 Mon Sep 17 00:00:00 2001 From: Frederik Bjerggaard Nielsen Date: Tue, 4 Jan 2022 22:35:52 +0100 Subject: [PATCH] Fix content_in_root, bump version --- custom_components/barry/manifest.json | 2 +- hacs.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/barry/manifest.json b/custom_components/barry/manifest.json index 9cb4d7c..ceade46 100644 --- a/custom_components/barry/manifest.json +++ b/custom_components/barry/manifest.json @@ -6,5 +6,5 @@ "codeowners": ["@fbjerggaard"], "config_flow": true, "iot_class": "cloud_polling", - "version": "0.0.2" + "version": "0.0.3" } diff --git a/hacs.json b/hacs.json index 2cc3cbe..b90ee13 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,6 @@ { "name": "Barry", + "content_in_root": false, "render_readme": true, "country": ["DK"] }