Temperature Only Displays in C
Opened this issue · 8 comments
Device sends info in metric units. If you want different units you can use a helpers as workaround.
Device sends info in metric units. If you want different units you can use a helpers as workaround.
This is true. I was just curious at the sudden change and figured that there must have been something in the code that was adjusted.
Any change in your user profile ? There is setting for "temperature units".
For temperature sensors we have self._attr_native_unit_of_measurement = UnitOfTemperature.CELSIUS
-> NATIVE
So HA should convert it based on your user profile preference.
Can you check on that ? @Casey-Sheridan
I checked around and couldn't find anything in the profile referencing Celsius as the primary unit. To my recollection, I don't believe any profile changes were made at the time, unless it had to do with an upgrade to HA.
Is your setup correct ? @Casey-Sheridan