Wunderground sensor will not display the temperature in Fahrenheit

I haven’t been able to get the temperature to display in Fahrenheit. Is there an issue with the temp_f variable?

Configuration
sensor:

  • platform: wunderground
    name: Weather
    api_key: !secret sensor_api_key
    monitored_conditions:
    • alerts
    • temp_f

Display
image

I’ve even tried the temperature_unit: F and it didn’t convert to Fahrenheit.