From a0c52043964d0529861db3b68cf847520425d39c Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:31:07 +0300 Subject: [PATCH] Update hacs.json --- hacs.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/hacs.json b/hacs.json index a3644e3..8764a29 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,13 @@ -{ - "name": "HA Text AI Integration", - "filename": "ha_text_ai.zip", - "hide_default_branch": true, - "homeassistant": "2023.5.0", - "render_readme": true, +{ + "name": "HA Text AI Integration", + "render_readme": true, + "content_in_root": false, + "domains": ["ha_text_ai"], + "homeassistant": "2023.5.0", + "iot_class": "Cloud Polling", + "zip_release": false, + "filename": "ha_text_ai.zip", + "category": "integration", + "hacs": "1.6.0", + "hide_default_branch": true }