Improve docs and fix typos
This commit is contained in:
@@ -204,8 +204,8 @@ CONF_SCHEMA = {
|
||||
'properties': {
|
||||
'method': {'type': 'string', 'enum': AVAILABLE_PROTECTIONS},
|
||||
'stop_duration': {'type': 'number', 'minimum': 0.0},
|
||||
'trade_limit': {'type': 'number', 'integer': 1},
|
||||
'lookback_period': {'type': 'number', 'integer': 1},
|
||||
'trade_limit': {'type': 'number', 'minimum': 1},
|
||||
'lookback_period': {'type': 'number', 'minimum': 1},
|
||||
},
|
||||
'required': ['method'],
|
||||
}
|
||||
|
Reference in New Issue
Block a user