Closed bmcclure closed 1 year ago
There hasn't been any activity on this issue recently. This issue has now been marked as stale and will be closed if no further activity occurs. Please, update to the latest version and check if that solves the issue. Thank you for your contributions!
This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
Is your feature request related to a problem? Please describe. My purifiers report values to many decimal places, so I have configured the display precision for those entities to show fewer decimal places instead. The Home Assistant UI in general shows them as I have it configured, but the Air Purifier card shows all of the decimal places.
Describe the solution you'd like I know that value_template can be used to round the value, but the aqi doesn't support a value template, and it would be cleaner if the card respected the configured display precision if possible.
Describe alternatives you've considered Using value_template can be used for the stats, but not for the AQI so it would have to be extended.