diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 90ff7b1..357e4d3 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -1,14 +1,14 @@ { "domain": "ha_text_ai", "name": "HA Text AI", + "codeowners": ["@smkrv"], "config_flow": true, + "dependencies": [], "documentation": "https://github.com/smkrv/ha-text-ai/wiki", + "iot_class": "cloud_polling", "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "requirements": ["openai>=1.0.0"], "ssdp": [], - "zeroconf": [], - "dependencies": [], "version": "1.0.2", - "iot_class": "cloud_polling", - "codeowners": ["@smkrv"] + "zeroconf": [] } diff --git a/ha_text_ai.zip b/ha_text_ai.zip index 7689b2b..9f0e90a 100644 Binary files a/ha_text_ai.zip and b/ha_text_ai.zip differ