-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Entity precision ignored #13
Comments
@WoBBeLnl the card doesn't manipulate the entity, it display what it receives. |
How do you set the precision on the entity?
Do you set a new entity?
What value do you get when viewing the entity in the developer tools --> states?
I've added a few screenshots chaning my HA to English. https://developers.home-assistant.io/blog/2023/02/08/sensor_presentation_rounding Not sure how a addon works, but with templating you can choose to use the rounding. |
@WoBBeLnl thank you will try and have a look :) |
@WoBBeLnl I had a look and here are my findings: Then added some debug to the code and this is what I get back from the entity: As you can see, the precision value is not returned :( and I haven't got a way to get this value. |
Ah thats a bummer. HA is not providing, thats a bummer. |
Checklist:
Release with the issue: 1.10 & 1.2.0
Last working release (if known): None
Browser and Operating System: Multiple systems/browsers including Android Companion App
Description of problem:
The precision set for my Max UV Index (see screenshots) gets ignored by the UV index card. I have rounded the entity but it still shows on the card, HA itself shows it rounded to 1 decimal (as configured).
The text was updated successfully, but these errors were encountered: