diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json new file mode 100644 index 0000000..880849d --- /dev/null +++ b/custom_components/ha_text_ai/manifest.json @@ -0,0 +1,13 @@ +{ + "domain": "ha_text_ai", + "name": "HA Text AI Integration", + "version": "1.0.0", + "documentation": "https://github.com/smkrv/ha-text-ai", + "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", + "dependencies": [], + "codeowners": ["@your_username"], + "requirements": ["openai==0.27.8"], + "config_flow": true, + "iot_class": "cloud_polling", + "homeassistant": "2023.5.0" +}