diff --git a/src/panels/config/automation/ha-automation-picker.ts b/src/panels/config/automation/ha-automation-picker.ts index aeea0c3b9e..64dcd7b99b 100644 --- a/src/panels/config/automation/ha-automation-picker.ts +++ b/src/panels/config/automation/ha-automation-picker.ts @@ -90,7 +90,10 @@ class HaAutomationPicker extends LitElement { columns.execute = { title: "", template: (_info, automation) => html` - + this._execute(ev)} + > ${this.hass.localize("ui.card.automation.trigger")} `,