Improve protection documentation

This commit is contained in:
Matthias
2020-11-11 08:00:10 +01:00
parent 00d4820bc1
commit 1f703dc341
2 changed files with 56 additions and 8 deletions

View File

@@ -207,7 +207,7 @@ CONF_SCHEMA = {
'trade_limit': {'type': 'number', 'integer': 1},
'lookback_period': {'type': 'number', 'integer': 1},
},
'required': ['method', 'trade_limit'],
'required': ['method'],
}
},
'telegram': {