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:
Edward Firmo
2023-12-08 10:57:21 +01:00
parent 022baa8727
commit f480869992

View File

@@ -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"