diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 4f9b1ff..85162ec 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -9,6 +9,6 @@ "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "requirements": ["openai>=1.0.0"], "ssdp": [], - "version": "1.0.9", + "version": "1.0.10", "zeroconf": [] } diff --git a/ha_text_ai.zip b/ha_text_ai.zip deleted file mode 100644 index 1ca999d..0000000 Binary files a/ha_text_ai.zip and /dev/null differ diff --git a/hacs.json b/hacs.json index 031efd6..5163bd0 100644 --- a/hacs.json +++ b/hacs.json @@ -4,6 +4,6 @@ "domains": ["sensor"], "homeassistant": "2024.11.0", "icon": "mdi:brain", - "version": "1.0.9", + "version": "1.0.10", "documentation": "https://github.com/smkrv/ha-text-ai" }