chore: change order of initial_states schema enum

This commit is contained in:
Axel-CH
2025-03-21 19:49:45 -04:00
parent 3116fd34cf
commit 7286568447

View File

@@ -1032,8 +1032,8 @@
"type": "string",
"enum": [
"running",
"paused",
"stopped"
"stopped",
"paused"
]
},
"force_entry_enable": {