From b19121bb2129f378ea7d1f2a1919fa406762b91d Mon Sep 17 00:00:00 2001 From: tempus2016 Date: Tue, 23 Jun 2026 23:23:22 +0000 Subject: [PATCH] feat(hacs): distribute via taskmate.zip release asset (zip_release) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that v4.3.1 (latest) carries a taskmate.zip asset, switch HACS to zip_release so installs pull the asset and HACS surfaces its download_count. Safe to flip only after a live release has the asset — earlier would have broken installs (HACS reads hacs.json from the default branch and would request a non-existent asset on the latest release). --- hacs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 9fc2541..7e9a07e 100755 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,7 @@ { "name": "TaskMate", "homeassistant": "2024.1.0", - "render_readme": true + "render_readme": true, + "zip_release": true, + "filename": "taskmate.zip" }