mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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,
|
sortable: true,
|
||||||
groupable: true,
|
groupable: true,
|
||||||
hidden: narrow,
|
hidden: narrow,
|
||||||
title: "",
|
|
||||||
type: "overflow",
|
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`
|
template: (automation) => html`
|
||||||
<ha-entity-toggle
|
<ha-entity-toggle
|
||||||
.stateObj=${automation}
|
.stateObj=${automation}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user