mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Settings -> Automations: show a title for "State" column (#23977)
show a title for "State" column
This commit is contained in:
parent
99065a689f
commit
f25dac7f68
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user