From db17762ddd19c106601cd7c4ff92ce872d3f7942 Mon Sep 17 00:00:00 2001 From: joseffallman <30909464+joseffallman@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:52:38 +0200 Subject: [PATCH] Update hacs.json --- hacs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index eb51222..d7c8abd 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,8 @@ { "name": "FlashForge", - "hide_default_branch": true, + "filename": "FlashForge.zip", + "hide_default_branch": false, "homeassistant": "2022.2.0", "render_readme": true, -} \ No newline at end of file + "zip_release": true +}