Added a on_time_multiplier to be 0.8
This should help to a better scaling of certain numbers
This commit is contained in:
@ -26,7 +26,7 @@ CONF_PUMP_TIME_DIVIDER = "pump_time_divider"
|
||||
CONF_CYCLE_MODIFIERS = "cycle_modifiers"
|
||||
CONF_MIN_ON_TIME = "min_on_time"
|
||||
CONF_MAX_ON_TIME = "max_on_time"
|
||||
CONF_CYCLE_TIME_MULTIPLIER = "on_time_modifier"
|
||||
CONF_CYCLE_TIME_MULTIPLIER = "on_time_multiplier"
|
||||
CONF_CYCLE_TIME_OFFSET = "on_time_offset"
|
||||
CONF_CYCLE_TIME_IGNORE_MAX_X_BELOW_TARGET = "ignore_max_x_below_target"
|
||||
|
||||
|
Reference in New Issue
Block a user