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:
Timoline 2021-02-07 17:04:13 +01:00 committed by GitHub
parent f992597392
commit 5d3d6fc59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
},