diff --git a/advanced/esphome/nspanel_esphome_addon_climate_base.yaml b/advanced/esphome/nspanel_esphome_addon_climate_base.yaml index 8c986e8..30a9e0b 100644 --- a/advanced/esphome/nspanel_esphome_addon_climate_base.yaml +++ b/advanced/esphome/nspanel_esphome_addon_climate_base.yaml @@ -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"