Hard coded target_temperature step
#This is hard coded for now as ESPHome isn't supporting a substitution here. In contact with support.
This commit is contained in:
@@ -37,8 +37,8 @@ climate:
|
||||
max_temperature: ${temp_max} ${temp_units}
|
||||
#temperature_step: ${temp_step} ${temp_units}
|
||||
temperature_step:
|
||||
target_temperature: ${temp_step} ${temp_units}
|
||||
current_temperature: 0.1 ${temp_units}
|
||||
target_temperature: 0.5 #This is hard coded for now as ESPHome isn't supporting a substitution here. In contact with support.
|
||||
current_temperature: 0.1
|
||||
idle_action:
|
||||
- switch.turn_off: relay_${heater_relay}
|
||||
default_preset: "Off"
|
||||
|
||||
Reference in New Issue
Block a user