Add condition/action dialog: blocks title (#27801)

This commit is contained in:
Wendelin
2025-11-05 10:47:46 +01:00
committed by GitHub
parent b77e65fabd
commit b60dd7f15d

View File

@@ -895,7 +895,9 @@ class DialogAddAutomationElement
return html`
<div class="items-title ${this._itemsScrolled ? "scrolled" : ""}">
${title}
${this._tab === "blocks" && !this._filter
? this.hass.localize("ui.panel.config.automation.editor.blocks")
: title}
</div>
<ha-md-list
dialogInitialFocus=${ifDefined(this._fullScreen ? "" : undefined)}