diff --git a/src/panels/lovelace/components/hui-action-editor.ts b/src/panels/lovelace/components/hui-action-editor.ts index a13f1367db..e1cca9a4d4 100644 --- a/src/panels/lovelace/components/hui-action-editor.ts +++ b/src/panels/lovelace/components/hui-action-editor.ts @@ -292,7 +292,7 @@ export class HuiActionEditor extends LitElement { ev.stopPropagation(); const value = { ...this.config!, - perform_action: ev.detail.value.service || "", + perform_action: ev.detail.value.action || "", data: ev.detail.value.data, target: ev.detail.value.target || {}, };