diff --git a/src/panels/lovelace/components/hui-action-editor.ts b/src/panels/lovelace/components/hui-action-editor.ts index dea53bd0d3..74e91de2b4 100644 --- a/src/panels/lovelace/components/hui-action-editor.ts +++ b/src/panels/lovelace/components/hui-action-editor.ts @@ -64,8 +64,9 @@ export class HuiActionEditor extends LitElement { slot="dropdown-content" .selected="${this.actions.indexOf(this._action)}" > + ${this.actions.map((action) => { - return html` ${action} `; + return html`${action}`; })}