fix: Allow null for zigbee_ota_override_index_location option (#20151)

This commit is contained in:
Viacheslav Bocharov
2023-12-11 19:25:49 +01:00
committed by GitHub
parent f64c00c8d3
commit 48347a51dc
+1 -1
View File
@@ -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",