From 0b48386626f397525ef6c3e898e8e5da688b2ec0 Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:26:39 +0300 Subject: [PATCH] Update manifest.json --- custom_components/ha_text_ai/manifest.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 5442bdc..5a9030e 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -1,13 +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": ["@smkrv"], - "requirements": ["openai==0.27.8"], - "config_flow": true, - "iot_class": "cloud_polling", - "homeassistant": "2023.5.0" +{ + "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": ["@smkrv"], + "requirements": ["openai>=1.0.0"], + "config_flow": true, + "iot_class": "cloud_polling", + "homeassistant": "2023.5.0" }