From 9c9f49ec17fba3e435f959069bbd65793bfd0435 Mon Sep 17 00:00:00 2001 From: jekalmin Date: Tue, 19 Dec 2023 22:18:23 +0900 Subject: [PATCH] add "history", "recorder", "rest", "scrape" to dependencies, add issue_tracker --- .../extended_openai_conversation/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/custom_components/extended_openai_conversation/manifest.json b/custom_components/extended_openai_conversation/manifest.json index b8f5b97..f496438 100644 --- a/custom_components/extended_openai_conversation/manifest.json +++ b/custom_components/extended_openai_conversation/manifest.json @@ -6,11 +6,16 @@ ], "config_flow": true, "dependencies": [ - "conversation" + "conversation", + "history", + "recorder", + "rest", + "scrape" ], "documentation": "https://github.com/jekalmin/extended_openai_conversation", "integration_type": "service", "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/jekalmin/extended_openai_conversation/issues", "requirements": [ "openai==0.27.2" ],