Telegram candle message should be configurable

This commit is contained in:
Matthias
2022-07-11 12:10:29 +02:00
parent ed03ef47ef
commit 8e8f026ea7
5 changed files with 26 additions and 13 deletions

View File

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