diff --git a/src/panels/config/automation/add-automation-element-dialog.ts b/src/panels/config/automation/add-automation-element-dialog.ts index 38d946f4b5..00de14faec 100644 --- a/src/panels/config/automation/add-automation-element-dialog.ts +++ b/src/panels/config/automation/add-automation-element-dialog.ts @@ -895,7 +895,9 @@ class DialogAddAutomationElement return html`
- ${title} + ${this._tab === "blocks" && !this._filter + ? this.hass.localize("ui.panel.config.automation.editor.blocks") + : title}