1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Add area and category as columns in automation, scenes and scripts (#24874)

Add area and category as optional columns in automation, scenes and scripts

Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
Clemens Brauers
2025-04-01 08:56:02 +02:00
committed by GitHub
parent dba2fba828
commit 50d632f8d4
3 changed files with 6 additions and 6 deletions

View File

@@ -276,14 +276,14 @@ class HaScriptPicker extends SubscribeMixin(LitElement) {
},
area: {
title: localize("ui.panel.config.script.picker.headers.area"),
hidden: true,
defaultHidden: true,
groupable: true,
filterable: true,
sortable: true,
},
category: {
title: localize("ui.panel.config.script.picker.headers.category"),
hidden: true,
defaultHidden: true,
groupable: true,
filterable: true,
sortable: true,