From b4affd485206321e6f074012cca538924d22109b Mon Sep 17 00:00:00 2001 From: selleronom <3093210+selleronom@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:35:33 +0200 Subject: [PATCH] "hide_default_branch": true, --- hacs.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hacs.json b/hacs.json index 3c59354..4cd4cc1 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,7 @@ { - "name": "MittFortum", - "country": ["SE"], - "homeassistant": "2023.1.0", - "render_readme": true - } \ No newline at end of file + "name": "MittFortum", + "country": ["SE"], + "homeassistant": "2023.1.0", + "render_readme": true, + "hide_default_branch": true +}