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" ],