Tuya based Thermometer only shows Celsius

Hello Everyone.
I have at least 10 Tuya Smart Life based devices integrated in Home Assistant. But just purchased a Tuya based Wifi Thermometer/ Humidity device off Amazon. (Connects by WiFi not bluetooth).
Setup and integrated perfectly in both the Smart Life app as well as Home Assistant and Alexa. However I can’t get it to show Fahrenheit it just shows Celsius in HA. Shows in Smart Life app correctly, not Home Assistant. Yes I’m using the Tuya integration in HA.
Hoping there is an easy solution.
Thanks in advance.

heelo, you could try to customize your entity
Customizing entities - Home Assistant (home-assistant.io)

homeassistant:
  name: Home
  unit_system: metric #<-------

  customize:
    sensor.yoursensor
    unit_of_measurement: "k°"    #<------------

This is very much over my head. But I did find this. Is this what your are talking about?

image

image

Not at all. I m talking about configuration.yaml
As you sée you sée in m’y previous post you Can choose metrics or impérial in settings.

You Can check that it in your UI:
Go in settings/général configuration and you Can choose beetween metrics and impériales.
Thé otherway it s ton open a filé named configuration.yaml and write u needs as my previous post.

I don t if it ll’ work but it s a start.

Not Sure that’s the problem as I also have a Broadlink RM4 device and it reports in Fahrenheit correctly, so I’m thinking it’s something to do with the Tuya integration in Home Assistant. Seems like I read something some time ago about this being an issue?
Not sure but I’ll take a look at the Yaml file and see if I notice anything. Thanks