2023-01-25 16:30:13 +00:00
|
|
|
{
|
|
|
|
"domain": "openai_conversation",
|
|
|
|
"name": "OpenAI Conversation",
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@balloob"],
|
2023-01-25 16:30:13 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"dependencies": ["conversation"],
|
2023-02-08 19:32:43 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
|
|
|
|
"integration_type": "service",
|
2023-01-25 16:30:13 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:32:43 +00:00
|
|
|
"requirements": ["openai==0.26.2"]
|
2023-01-25 16:30:13 +00:00
|
|
|
}
|