mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +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>`,
|
></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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user