mirror of
https://github.com/home-assistant/core.git
synced 2025-09-11 07:41:35 +02:00
Update OpenAI title to drop "conversation" (#149263)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "openai_conversation",
|
"domain": "openai_conversation",
|
||||||
"name": "OpenAI Conversation",
|
"name": "OpenAI",
|
||||||
"after_dependencies": ["assist_pipeline", "intent"],
|
"after_dependencies": ["assist_pipeline", "intent"],
|
||||||
"codeowners": ["@balloob"],
|
"codeowners": ["@balloob"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
@@ -4633,7 +4633,7 @@
|
|||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"openai_conversation": {
|
"openai_conversation": {
|
||||||
"name": "OpenAI Conversation",
|
"name": "OpenAI",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
Reference in New Issue
Block a user