From 728656844778ce9f3bf92e94c31d5e65642f25e0 Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Fri, 21 Mar 2025 19:49:45 -0400 Subject: [PATCH] chore: change order of initial_states schema enum --- build_helpers/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 63fb9d6ec..ec2e8b2bf 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -1032,8 +1032,8 @@ "type": "string", "enum": [ "running", - "paused", - "stopped" + "stopped", + "paused" ] }, "force_entry_enable": {