mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update OpenAI title to drop "conversation" (#149263)
This commit is contained in:
parent
34eb99530f
commit
71c1837f39
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user