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"