From 41b37f9edf0d5ea7f0c04f3f60a6844563df0c94 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Fri, 22 Nov 2024 18:41:40 +0300 Subject: [PATCH] Release v2.0.0 --- custom_components/ha_text_ai/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 1dcfbfa..f8b3acf 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -5,7 +5,6 @@ "bluetooth": [], "codeowners": ["@smkrv"], "config_flow": true, - "multiple_instances": true, "dependencies": [], "documentation": "https://github.com/smkrv/ha-text-ai", "integration_type": "service", @@ -13,6 +12,8 @@ "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "loggers": ["custom_components.ha_text_ai"], "mqtt": [], + "icons": ["icons/icon.png"], + "single_config_entry": false, "quality_scale": "silver", "requirements": [ "openai>=1.12.0",