From f25dac7f68c4c07c421690274d5cddafdfbf1370 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:46:40 +0300 Subject: [PATCH] Settings -> Automations: show a title for "State" column (#23977) show a title for "State" column --- src/panels/config/automation/ha-automation-picker.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/panels/config/automation/ha-automation-picker.ts b/src/panels/config/automation/ha-automation-picker.ts index 75e4240afb..6f90b1df7d 100644 --- a/src/panels/config/automation/ha-automation-picker.ts +++ b/src/panels/config/automation/ha-automation-picker.ts @@ -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`