mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Add condition/action dialog: blocks title (#27801)
This commit is contained in:
@@ -895,7 +895,9 @@ class DialogAddAutomationElement
|
|||||||
|
|
||||||
return html`
|
return html`
|
||||||
<div class="items-title ${this._itemsScrolled ? "scrolled" : ""}">
|
<div class="items-title ${this._itemsScrolled ? "scrolled" : ""}">
|
||||||
${title}
|
${this._tab === "blocks" && !this._filter
|
||||||
|
? this.hass.localize("ui.panel.config.automation.editor.blocks")
|
||||||
|
: title}
|
||||||
</div>
|
</div>
|
||||||
<ha-md-list
|
<ha-md-list
|
||||||
dialogInitialFocus=${ifDefined(this._fullScreen ? "" : undefined)}
|
dialogInitialFocus=${ifDefined(this._fullScreen ? "" : undefined)}
|
||||||
|
|||||||
Reference in New Issue
Block a user