From 369f599d09998fbc459384c3802bdf49564be86c Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:54:57 +0300 Subject: [PATCH] Update hacs.json --- hacs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index 08a93cc..df3a63c 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,8 @@ { "name": "HA Text AI Integration", + "filename": "ha_text_ai.zip", + "hide_default_branch": true, + "homeassistant": "2023.5.0", "render_readme": true, - "domains": ["ha_text_ai"], - "homeassistant": "2023.5.0" + "zip_release": true }