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
A consequence of being an addon rather than a native integration is that there is no automatic translation of temperature units to the user's preferred locale.
The strategy I think I'll adopt here is to report two entities for each temperature reading, one for C and one for F.
The user will then be free to ignore or disable the one they don't want to see.
Also: limit the floating point precision in the reported number to 2 decimal places.
The text was updated successfully, but these errors were encountered:
A consequence of being an addon rather than a native integration is that there is no automatic translation of temperature units to the user's preferred locale.
The strategy I think I'll adopt here is to report two entities for each temperature reading, one for C and one for F.
The user will then be free to ignore or disable the one they don't want to see.
Also: limit the floating point precision in the reported number to 2 decimal places.
The text was updated successfully, but these errors were encountered: