😅 sorry bout that, make sure that setting is Fahrenheit from the settings and i would create a generic template sensor that takes your thermostat value and does the math conversion for you.
{{ states('sensor.thermostat_temperature_celsius') | float * 9/5 + 32 }}