add custom_price_max_distance_percent config option in constants

This commit is contained in:
axel 2021-08-16 23:09:30 -04:00
parent faff40577a
commit 17daba321b
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ CONF_SCHEMA = {
},
'required': ['price_side']
},
'custom_price_max_distance_percent': {
'type': 'number', 'minimum': 0.0
},
'order_types': {
'type': 'object',
'properties': {