Config Unit °F but Lovelace Unit °C

I would like to fetch and display the temperature from my sensor in °F. In my locality, the default temperature unit is °C.

# ESP8266 Temperture / Humidity Sensor
sensor:
  - platform: rest
    resource: http://192.168.11.40/tempf
    name: Livingroom Fahrenheit
    unit_of_measurement: '°F'

But…

58 PM

Is there a way to force the display in °F even though my locality default is °C?

Thanks!