From 0ddca8ff58428b36380759c4144af909df5a7093 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Fri, 22 Nov 2024 02:28:03 +0300 Subject: [PATCH] Release v2.0.0 --- custom_components/ha_text_ai/manifest.json | 2 +- hacs.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 0dcfa41..c235ed6 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -24,5 +24,5 @@ "usb": [], "version": "2.0.0", "zeroconf": [], - "icon": "custom_components/ha_text_ai/icon.png" + "icon": "mdi:robot" } diff --git a/hacs.json b/hacs.json index 375a67b..bb8f572 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,7 @@ { "name": "HA text AI", "render_readme": true, + "icon": "mdi:robot", "domains": ["sensor"], "homeassistant": "2024.11.0", "version": "2.0.0",