docs update

This commit is contained in:
Nullart
2018-06-18 18:42:48 +08:00
parent 921f18b518
commit 6c300e0a05
5 changed files with 20 additions and 20 deletions

View File

@@ -92,7 +92,8 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'use_sell_signal': {'type': 'boolean'},
'sell_profit_only': {'type': 'boolean'}
'sell_profit_only': {'type': 'boolean'},
'sell_fullfilled_at_roi' : {'type': 'boolean'}
}
},
'telegram': {