Change Celsius Temperature Step Size

Hi,

Is there any way to change the step-size for the thermostat control please? I understand HA defaults to 0.5 for Celsius and 1 for Fahrenheit. For compatibility with my heat pump, I’d like to use 1 for Celsius.

Thanks in advance!

If you’re talking about the Generic Thermostat, here is a configuration option target_temp_step:

Thanks Stiltjack, I found this configuration.yaml setting which has done the trick. Thanks for your help.

homeassistant:
  customize:
    climate.{entityname}:
      target_temp_step: 1
3 Likes