Refuse to start when 'device_options: null' is set. #3107

This commit is contained in:
Koen Kanters
2020-03-11 20:18:27 +01:00
parent 444850f1bc
commit 9b592d4546
+1
View File
@@ -122,6 +122,7 @@ const defaults = {
const schema = {
type: 'object',
properties: {
device_options: {type: 'object'},
homeassistant: {type: 'boolean'},
permit_join: {type: 'boolean'},
mqtt: {