From 48347a51dcff3ce8ed533c71cc27651bc884228b Mon Sep 17 00:00:00 2001 From: Viacheslav Bocharov <64684523+adeepn@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:25:49 +0300 Subject: [PATCH] fix: Allow `null` for `zigbee_ota_override_index_location` option (#20151) --- 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 35a85b6cc..67ff3b7ef 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -345,7 +345,7 @@ "default": false }, "zigbee_ota_override_index_location": { - "type": "string", + "type": ["string", "null"], "title": "OTA index override file name", "requiresRestart": true, "description": "Location of override OTA index file",