From adae190ca928b005a042888559c3e47ce854b31d Mon Sep 17 00:00:00 2001 From: Koen Hendriks Date: Tue, 2 Jan 2024 10:54:05 +0100 Subject: [PATCH 1/2] Move hacs.json to root of repo. --- custom_components/hacs.json => hacs.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename custom_components/hacs.json => hacs.json (100%) diff --git a/custom_components/hacs.json b/hacs.json similarity index 100% rename from custom_components/hacs.json rename to hacs.json From ee3cd2ced2c323b986aca3d3d9c10c0b8290e68b Mon Sep 17 00:00:00 2001 From: Koen Hendriks Date: Tue, 2 Jan 2024 10:56:07 +0100 Subject: [PATCH 2/2] Remove unused country from hacs.json --- hacs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/hacs.json b/hacs.json index 0bef404..19c6875 100644 --- a/hacs.json +++ b/hacs.json @@ -4,6 +4,5 @@ "zip_release": false, "render_readme": true, "hide_default_branch": true, - "country": ["US", "UK"], "homeassistant": "2023.8.0" }