Add documentation and clarity for send_msg

This commit is contained in:
Matthias
2022-07-26 20:24:52 +02:00
parent 229e8864bb
commit 7bac054668
4 changed files with 29 additions and 4 deletions

View File

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