diff --git a/hacs.json b/hacs.json index e121dd3..65a9d37 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,8 @@ "name": "HA text AI", "render_readme": true, "domains": ["sensor"], - "homeassistant": "2023.8.0", - "icon": "mdi:brain" + "homeassistant": "2024.11.2", + "icon": "mdi:brain", + "version": "1.0.1b", + "documentation": "https://github.com/smkrv/ha-text-ai" }