Nest Configuration - Help Setting to Fahrenheit instead of Celsius

I’m new to Home Assistant with only beginner to moderate coding skills. At this point I am just trying see the current status of things and not automating. My goal is more of an all in one dashboard.

It looks like everything is set up correctly for my Nest Thermostat. I can see Nest info and it looks correct. The instructions were very easy to follow. However it is showing in Celsius. I’ve done some searching and I couldn’t find info on how to change this.

Help appreciated. Thanks.

I’ll also note that I added wunderground and it’s also showing in C.

Is there a global variable I need to change somewhere?

Hi there - any chance you figured this out and could share for Nest?

Just ran into this. Celsius/fahrenheit is controlled by the metric/imperial setting for unit_system under homeassistant in the configuration.yaml

homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 0
  longitude: 0
  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 0
  # metric for Metric, imperial for Imperial
  unit_system: imperial