fix the type of the fit_live_predictions_candles field in the config schema
This commit is contained in:
@@ -1026,8 +1026,8 @@ CONF_SCHEMA = {
|
|||||||
"Number of historical candles to use for computing target (label) "
|
"Number of historical candles to use for computing target (label) "
|
||||||
"statistics from prediction data, instead of from the training dataset."
|
"statistics from prediction data, instead of from the training dataset."
|
||||||
),
|
),
|
||||||
"type": "boolean",
|
"type": "integer",
|
||||||
"default": False,
|
"default": 0,
|
||||||
},
|
},
|
||||||
"data_kitchen_thread_count": {
|
"data_kitchen_thread_count": {
|
||||||
"description": (
|
"description": (
|
||||||
|
|||||||
Reference in New Issue
Block a user