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

TODO: report temperature readings in both C and F #68

Closed
wez opened this issue Jan 14, 2024 · 1 comment
Closed

TODO: report temperature readings in both C and F #68

wez opened this issue Jan 14, 2024 · 1 comment

Comments

@wez
Copy link
Owner

wez commented Jan 14, 2024

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.

@wez
Copy link
Owner Author

wez commented Jan 15, 2024

This is done in the latest version off the addon

@wez wez closed this as completed Jan 15, 2024
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

1 participant