Skip to content

Commit 48347a5

Browse files
authored
fix: Allow null for zigbee_ota_override_index_location option (#20151)
1 parent f64c00c commit 48347a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/settings.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"default": false
346346
},
347347
"zigbee_ota_override_index_location": {
348-
"type": "string",
348+
"type": ["string", "null"],
349349
"title": "OTA index override file name",
350350
"requiresRestart": true,
351351
"description": "Location of override OTA index file",

0 commit comments

Comments
 (0)