I employ several Generic thermostat’s in Home assistant. After update 2022.12 all display cards now seem to be converting the values to C, when it should be F.
The actual sensor’s by there self’s still report and display there value as F,
I have HA General settings set to Fahrenheit.
My Generic thermostat yaml:
climate:
# --house heat
- platform: generic_thermostat
name: House heat
unique_id: househeat1234
heater: switch.thermostat_main_2
target_sensor: sensor.thermostat_main_ds18b20_temperature
min_temp: 50
max_temp: 79
ac_mode: False
target_temp: 70
cold_tolerance: 0.5
hot_tolerance: 0.5
min_cycle_duration:
seconds: 45
keep_alive:
minutes: 3
#initial_operation_mode: "auto"
initial_hvac_mode: "heat"
away_temp: 63
precision: 0.1
Bug or misconfiguration ?