You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Currently the temperature sensor is providing only Celsius readings (understanding that's probably straight from the sensor). Ideally the "unit_system" setting would be honored so that when that is set to "imperial", the right temperature is displayed without every sensor having to be wrapped in templates.
The text was updated successfully, but these errors were encountered:
If the temperature sensor would be presented as a separate entity, and unit_of_measurement attribute returns either TEMP_CELSIUS or TEMP_FAHRENHEIT, then entity helper should take care of conversion automatically. Depends on #115
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the temperature sensor is providing only Celsius readings (understanding that's probably straight from the sensor). Ideally the "unit_system" setting would be honored so that when that is set to "imperial", the right temperature is displayed without every sensor having to be wrapped in templates.
The text was updated successfully, but these errors were encountered: