How can I set the temperature to heat for both when it's just heat, and when it's heat & cool? This is the current automation that works for heat. (I don't know if this is the preferred format either?)
target:
entity_id: climate.my_ecobee_2
data:
temperature: >
{{ states('input_number.desired_bedroom_temperature')|float +
states('input_number.bedroom_temperature_offset')|float }}
action: climate.set_temperature