Merge branch 'develop' into feat/freqai

This commit is contained in:
Matthias
2022-07-16 18:14:34 +02:00
40 changed files with 13321 additions and 12208 deletions

View File

@@ -314,6 +314,10 @@ CONF_SCHEMA = {
'type': 'string',
'enum': TELEGRAM_SETTING_OPTIONS,
},
'show_candle': {
'type': 'string',
'enum': ['off', 'ohlc'],
},
}
},
'reload': {'type': 'boolean'},