Add hidden "entity_id" column to "Settings -> Automations" (#24769)

* add hidden "entity_id" column

* Apply suggestions from code review

---------

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
ildar170975 2025-03-26 13:30:08 +03:00 committed by GitHub
parent ff6b318fc9
commit 2e9f72867f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,11 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
})} })}
></ha-state-icon>`, ></ha-state-icon>`,
}, },
entity_id: {
title: "",
hidden: true,
filterable: true,
},
name: { name: {
title: localize("ui.panel.config.automation.picker.headers.name"), title: localize("ui.panel.config.automation.picker.headers.name"),
main: true, main: true,