mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Use underscores in AI task name (#26327)
This commit is contained in:
parent
a5ca36c93f
commit
4666197f28
@ -381,7 +381,7 @@ class DialogAutomationSave extends LitElement implements HassDialog {
|
|||||||
return {
|
return {
|
||||||
type: "data",
|
type: "data",
|
||||||
task: {
|
task: {
|
||||||
task_name: `frontend:${term}:save`,
|
task_name: `frontend__${term}__save`,
|
||||||
instructions: `Suggest in language "${this.hass.language}" a name, description, category and labels for the following Home Assistant ${term}.
|
instructions: `Suggest in language "${this.hass.language}" a name, description, category and labels for the following Home Assistant ${term}.
|
||||||
|
|
||||||
The name should be relevant to the ${term}'s purpose.
|
The name should be relevant to the ${term}'s purpose.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user