Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature Only Displays in C #139

Open
Casey-Sheridan opened this issue Nov 18, 2024 · 8 comments
Open

Temperature Only Displays in C #139

Casey-Sheridan opened this issue Nov 18, 2024 · 8 comments

Comments

@Casey-Sheridan
Copy link

Casey-Sheridan commented Nov 18, 2024

Prior to taking update 2.3.0, the sensor temperatures were able to display in whatever unit was desired (F for those of us in the US). I can't say for sure which version this changed in, but now the temperature is only available in C.

imageimage

@petrleocompel
Copy link
Owner

Device sends info in metric units. If you want different units you can use a helpers as workaround.

@Casey-Sheridan
Copy link
Author

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.

@petrleocompel
Copy link
Owner

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.

@petrleocompel
Copy link
Owner

Can you check on that ? @Casey-Sheridan

@Casey-Sheridan
Copy link
Author

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.

@petrleocompel
Copy link
Owner

Sorry my mistake it is system wide setting in "system"
image

@petrleocompel
Copy link
Owner

Is your setup correct ? @Casey-Sheridan

@Casey-Sheridan
Copy link
Author

Is your setup correct ? @Casey-Sheridan

Yes, it's toggled to Fahrenheit.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants