From 51aaa1c9ac8da8dffa7dbd14f37d8b8ee8d58210 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Fri, 9 Feb 2024 00:25:12 +0100 Subject: [PATCH] Don't use zip_release I noticed the 0.3.0b2 release has a faulty zip asset. There doesn't seem to be a point in using this format anyway. Is there anything I missed? Do you add anything in there that's not in the repo? --- hacs.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hacs.json b/hacs.json index 1e9b61f..32703fb 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,4 @@ { "name": "Samsung Soundbar", - "filename": "samsung_soundbar.zip", - "render_readme": true, - "zip_release": true -} \ No newline at end of file + "render_readme": true +}