add to constants

This commit is contained in:
Matthias 2018-10-04 20:34:48 +02:00
parent ddc1513286
commit 37088cfb39
1 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,9 @@ CONF_SCHEMA = {
},
'uniqueItems': True
},
'outdated_offset': {'type': 'integer', 'minimum': 1}
'outdated_offset': {'type': 'integer', 'minimum': 1},
'ccxt_config': {'type': 'object'},
'ccxt_async_config': {'type': 'object'}
},
'required': ['name', 'key', 'secret', 'pair_whitelist']
}