Skip to content

Commit 51ff6c6

Browse files
joostlekbramkragten
authored andcommitted
Use underscores in AI task name (#26327)
1 parent b49b8e3 commit 51ff6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panels/config/automation/automation-save-dialog/dialog-automation-save.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class DialogAutomationSave extends LitElement implements HassDialog {
381381
return {
382382
type: "data",
383383
task: {
384-
task_name: `frontend:${term}:save`,
384+
task_name: `frontend__${term}__save`,
385385
instructions: `Suggest in language "${this.hass.language}" a name, description, category and labels for the following Home Assistant ${term}.
386386
387387
The name should be relevant to the ${term}'s purpose.

0 commit comments

Comments
 (0)