Remove default from position_adjustment (otherwise strategy parameters won't work anymore)

This commit is contained in:
Matthias 2022-01-28 19:21:31 +01:00
parent fb3c67d86b
commit e7409e74c2
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ CONF_SCHEMA = {
'enum': AVAILABLE_DATAHANDLERS,
'default': 'jsongz'
},
'position_adjustment_enable': {'type': 'boolean', 'default': False},
'position_adjustment_enable': {'type': 'boolean'},
'max_entry_position_adjustment': {'type': ['integer', 'number'], 'minimum': -1},
},
'definitions': {