mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
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 <koenkanters94@gmail.com>
This commit is contained in:
parent
f992597392
commit
5d3d6fc59c
@ -433,6 +433,13 @@
|
|||||||
"type": ["number", "null"],
|
"type": ["number", "null"],
|
||||||
"requiresRestart": true,
|
"requiresRestart": true,
|
||||||
"title": "Adapter delay"
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user