mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-19 10:06:58 +00:00
Refuse to start when 'device_options: null' is set. #3107
This commit is contained in:
@@ -122,6 +122,7 @@ const defaults = {
|
||||
const schema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
device_options: {type: 'object'},
|
||||
homeassistant: {type: 'boolean'},
|
||||
permit_join: {type: 'boolean'},
|
||||
mqtt: {
|
||||
|
||||
Reference in New Issue
Block a user