set current temperature precision to 0.1

Solves #1388
This commit is contained in:
Edward Firmo
2023-12-08 09:19:46 +01:00
parent cf79e467b3
commit 89e566c932

View File

@@ -35,7 +35,10 @@ climate:
visual:
min_temperature: ${temp_min} ${temp_units}
max_temperature: ${temp_max} ${temp_units}
temperature_step: ${temp_step} ${temp_units}
#temperature_step: ${temp_step} ${temp_units}
temperature_step:
target_temperature: ${temp_step} ${temp_units}
current_temperature: 0.1 ${temp_units}
idle_action:
- switch.turn_off: relay_${heater_relay}
default_preset: "Off"