Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 20:23
84b731e

Numeric value formatting is here! Display values as 12, 12.3, 12.30, 12.3k, 12.34M - you decide.

value:
  precision: 0      # 1234.56 → 1235
  precision: 2      # 1234.5 → 1234.50
  abbreviate: true  # 1500000 → 1.5M

Perfect for energy dashboards showing kilowatts, financial portfolios with large numbers, or any sensor where you want cleaner values.

I also fixed an issue where entity's display_precision from HA registry was being ignored. Now it's used as the default - and you can still override it with value.precision when needed.

Do you find the card useful? Please ⭐️ the project.

GitHub Downloads