From 1721ae1ae056dee7e81da30dc8f54fa6a27b35ea Mon Sep 17 00:00:00 2001 From: Just Jam Date: Sun, 12 Jan 2025 02:18:05 +0000 Subject: [PATCH] Set accessories collapsed --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index 2602118..6f08eae 100644 --- a/config.schema.json +++ b/config.schema.json @@ -23,7 +23,7 @@ "title": " Accessory {{ $index }}", "type": "object", "expandable": true, - "expanded": true, + "expanded": false, "properties": { "accessoryID": { "title": "Accessory ID",