diff --git a/icon.png b/custom_components/ha_text_ai/icon.png similarity index 100% rename from icon.png rename to custom_components/ha_text_ai/icon.png diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 8660dc0..0dcfa41 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": "icon.png" + "icon": "custom_components/ha_text_ai/icon.png" } diff --git a/hacs.json b/hacs.json index cb24c5e..375a67b 100644 --- a/hacs.json +++ b/hacs.json @@ -3,7 +3,6 @@ "render_readme": true, "domains": ["sensor"], "homeassistant": "2024.11.0", - "icon": "mdi:brain", "version": "2.0.0", "documentation": "https://github.com/smkrv/ha-text-ai" }