From 2e80a9422f149e9d97ebe3d6113b0546c64b61d0 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 1 Mar 2021 17:22:11 +0100 Subject: [PATCH 1/4] Undev --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0fae8fc6..e603746a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "1.17.1-dev", + "version": "1.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f5a596f..3d435567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "1.17.1-dev", + "version": "1.17.1", "description": "Zigbee to MQTT bridge using Zigbee-herdsman", "main": "index.js", "repository": { From 3fd66193d762d6244a61b2f893ecc9717f6b0b8e Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 1 Mar 2021 17:22:17 +0100 Subject: [PATCH 2/4] 1.18.0 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e603746a..799fb6f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "1.17.1", + "version": "1.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d435567..a5c0f398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "1.17.1", + "version": "1.18.0", "description": "Zigbee to MQTT bridge using Zigbee-herdsman", "main": "index.js", "repository": { From e552b76b046cf5d544a6c24834b0104288129341 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 2 Mar 2021 19:31:21 +0100 Subject: [PATCH 3/4] 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 4e77dba8..0c4c8c27 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", From 52b80221730b7673e98a54385ea4c6ec332db850 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 2 Mar 2021 20:24:10 +0100 Subject: [PATCH 4/4] Revert "Update update_check_interval in settings.schema.json. https://github.com/Koenkk/zigbee2mqtt/commit/fb2ab44e3e28a242ae12bbaf78864f470910dc62" This reverts commit e552b76b046cf5d544a6c24834b0104288129341. --- 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 0c4c8c27..4e77dba8 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 1 day.", - "default": 1440 + "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 }, "disable_automatic_update_check": { "type": "boolean",