From 99595078882e8dabbe89676953c2d5a6d00d856f Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Thu, 5 Sep 2024 11:16:09 +0200 Subject: [PATCH] Add manual_only option to boot config https://github.com/home-assistant/supervisor/pull/5272 --- src/config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.schema.json b/src/config.schema.json index e301679..ca50777 100644 --- a/src/config.schema.json +++ b/src/config.schema.json @@ -48,7 +48,7 @@ }, "boot": { "default": "auto", - "enum": ["auto", "manual"], + "enum": ["auto", "manual", "manual_only"], "type": "string" }, "codenotary": {