mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 13:21:33 +02:00
Change AI task strings (#150051)
This commit is contained in:
committed by
GitHub
parent
fe95f6e1c5
commit
991c9008bd
@@ -123,10 +123,10 @@
|
|||||||
},
|
},
|
||||||
"ai_task_data": {
|
"ai_task_data": {
|
||||||
"initiate_flow": {
|
"initiate_flow": {
|
||||||
"user": "Add Generate data with AI service",
|
"user": "Add AI task",
|
||||||
"reconfigure": "Reconfigure Generate data with AI service"
|
"reconfigure": "Reconfigure AI task"
|
||||||
},
|
},
|
||||||
"entry_type": "Generate data with AI service",
|
"entry_type": "AI task",
|
||||||
"step": {
|
"step": {
|
||||||
"set_options": {
|
"set_options": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@@ -58,10 +58,10 @@
|
|||||||
},
|
},
|
||||||
"ai_task_data": {
|
"ai_task_data": {
|
||||||
"initiate_flow": {
|
"initiate_flow": {
|
||||||
"user": "Add Generate data with AI service",
|
"user": "Add AI task",
|
||||||
"reconfigure": "Reconfigure Generate data with AI service"
|
"reconfigure": "Reconfigure AI task"
|
||||||
},
|
},
|
||||||
"entry_type": "Generate data with AI service",
|
"entry_type": "AI task",
|
||||||
"step": {
|
"step": {
|
||||||
"set_options": {
|
"set_options": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@@ -52,9 +52,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"initiate_flow": {
|
"initiate_flow": {
|
||||||
"user": "Add Generate data with AI service"
|
"user": "Add AI task"
|
||||||
},
|
},
|
||||||
"entry_type": "Generate data with AI service",
|
"entry_type": "AI task",
|
||||||
"abort": {
|
"abort": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
|
@@ -73,10 +73,10 @@
|
|||||||
},
|
},
|
||||||
"ai_task_data": {
|
"ai_task_data": {
|
||||||
"initiate_flow": {
|
"initiate_flow": {
|
||||||
"user": "Add Generate data with AI service",
|
"user": "Add AI task",
|
||||||
"reconfigure": "Reconfigure Generate data with AI service"
|
"reconfigure": "Reconfigure AI task"
|
||||||
},
|
},
|
||||||
"entry_type": "Generate data with AI service",
|
"entry_type": "AI task",
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
Reference in New Issue
Block a user