From a40873e342cc8e7e3509ab258ea7604b15054a70 Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:28:36 +0300 Subject: [PATCH] Create manifest.json --- custom_components/ha_text_ai/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 custom_components/ha_text_ai/manifest.json 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" +}