From 5d3d6fc59c68ef3f9e0e5aa1bef2209b0c88ecca Mon Sep 17 00:00:00 2001 From: Timoline Date: Sun, 7 Feb 2021 17:04:13 +0100 Subject: [PATCH] Update settings.schema.json (#6159) * Update settings.schema.json added setting ikea_ota_use_test_url * Update settings.schema.json Co-authored-by: Koen Kanters --- lib/util/settings.schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 13b7aaf2..f52fffcc 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -433,6 +433,13 @@ "type": ["number", "null"], "requiresRestart": true, "title": "Adapter delay" + }, + "ikea_ota_use_test_url": { + "type": "boolean", + "title": "IKEA TRADFRI OTA use test url", + "requiresRestart": true, + "description": "Use IKEA TRADFRI OTA test server, see OTA updates documentation", + "default": false } } },