From 4100ebb670a2a8014397e3bb996fde01340be381 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 2 Mar 2021 19:31:21 +0100 Subject: [PATCH] Update update_check_interval in settings.schema.json. https://github.com/Koenkk/zigbee2mqtt/commit/fb2ab44e3e28a242ae12bbaf78864f470910dc62 --- lib/util/settings.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index bbc2cee5..2f2855eb 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -589,8 +589,8 @@ "update_check_interval": { "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 + "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 1 day.", + "default": 1440 }, "disable_automatic_update_check": { "type": "boolean",