Skip to content

Commit

Permalink
add "history", "recorder", "rest", "scrape" to dependencies, add issu…
Browse files Browse the repository at this point in the history
…e_tracker
  • Loading branch information
jekalmin committed Dec 19, 2023
1 parent 89738b0 commit 9c9f49e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion custom_components/extended_openai_conversation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 9c9f49e

Please sign in to comment.