diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 33b2ebd..a788bf6 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.7", + "version": "1.0.8", "zeroconf": [] } diff --git a/ha_text_ai.zip b/ha_text_ai.zip index 285508c..d717f3d 100644 Binary files a/ha_text_ai.zip and b/ha_text_ai.zip differ diff --git a/hacs.json b/hacs.json index 1f0251b..3768624 100644 --- a/hacs.json +++ b/hacs.json @@ -4,6 +4,6 @@ "domains": ["sensor"], "homeassistant": "2024.11.0", "icon": "mdi:brain", - "version": "1.0.7", + "version": "1.0.8", "documentation": "https://github.com/smkrv/ha-text-ai" }