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

Remove defaultHidden property from area configuration in automation, scene, and script pickers (#28096)

This commit is contained in:
Rahul Harpal
2025-11-25 16:25:12 +05:30
committed by GitHub
parent 82a3db39fe
commit bbb3c0208b
3 changed files with 0 additions and 3 deletions

View File

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