From 7c4331bea36f1d033d60da804a4d70c260361dab Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:57:36 +0300 Subject: [PATCH] Update manifest.json --- custom_components/ha_text_ai/manifest.json | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 5a9030e..69bfec6 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -1,13 +1,15 @@ { - "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" + "domain": "ha_text_ai", + "name": "HA Text AI", + "version": "1.0.0", + "config_flow": true, + "documentation": "https://github.com/smkrv/ha-text-ai", + "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", + "requirements": ["openai>=1.0.0"], + "ssdp": [], + "zeroconf": [], + "homekit": {}, + "dependencies": [], + "codeowners": ["@ysmkrv"], + "iot_class": "cloud_polling" }