I created a generic thermostat and got it on a card. The example showed using C instead of F, how can I change it??
climate:
- platform: generic_thermostat
name: DHW
heater: switch.dhw_relay
target_sensor: sensor.dhw_temp
min_temp: 48
max_temp: 65
ac_mode: false
target_temp: 62
cold_tolerance: 0.3
hot_tolerance: 0
min_cycle_duration:
seconds: 5
keep_alive:
minutes: 3
initial_hvac_mode: "off"
away_temp: 48
precision: 0.1
Thanks