mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
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:
parent
ff6b318fc9
commit
2e9f72867f
@ -274,6 +274,11 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
|
||||
})}
|
||||
></ha-state-icon>`,
|
||||
},
|
||||
entity_id: {
|
||||
title: "",
|
||||
hidden: true,
|
||||
filterable: true,
|
||||
},
|
||||
name: {
|
||||
title: localize("ui.panel.config.automation.picker.headers.name"),
|
||||
main: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user