mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +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 {
|
||||
type: "data",
|
||||
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}.
|
||||
|
||||
The name should be relevant to the ${term}'s purpose.
|
||||
|
Loading…
x
Reference in New Issue
Block a user