Settings -> Automations: show a title for "State" column (#23977)

show a title for "State" column
This commit is contained in:
ildar170975 2025-02-12 11:46:40 +03:00 committed by GitHub
parent 99065a689f
commit f25dac7f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,9 +339,8 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
sortable: true,
groupable: true,
hidden: narrow,
title: "",
type: "overflow",
label: this.hass.localize("ui.panel.config.automation.picker.state"),
title: this.hass.localize("ui.panel.config.automation.picker.state"),
template: (automation) => html`
<ha-entity-toggle
.stateObj=${automation}