From 89e566c932b9844fb3037426f6e4c147e891fd50 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:19:46 +0100 Subject: [PATCH] set current temperature precision to 0.1 Solves #1388 --- advanced/esphome/nspanel_esphome_addon_climate_base.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/advanced/esphome/nspanel_esphome_addon_climate_base.yaml b/advanced/esphome/nspanel_esphome_addon_climate_base.yaml index 7c6e514..8c986e8 100644 --- a/advanced/esphome/nspanel_esphome_addon_climate_base.yaml +++ b/advanced/esphome/nspanel_esphome_addon_climate_base.yaml @@ -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"