From e358ec305eb47f0b2a08981e06d86d89e50c34f8 Mon Sep 17 00:00:00 2001 From: Timoline Date: Mon, 15 Feb 2021 17:58:39 +0100 Subject: [PATCH] Update update_check_interval to type number (#6278) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index f0096c2cc..3dce98efa 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -514,7 +514,7 @@ "title": "OTA updates", "properties": { "update_check_interval": { - "type": "boolean", + "type": "number", "title": "Update check interval", "description": "Your device may request a check for a new firmware update. This value determines how frequently third party servers may actually be contacted to look for firmware updates. The value is set in minutes, and the default is 10.", "default": 10