Skip to content

v1.0.0-continued - First Community Release

Choose a tag to compare

@sxdjt sxdjt released this 15 Dec 20:31

Big Number Card - Continued v1.0.0

First official release of the community continuation of the original bignumber-card!

What's New

Added Features

  • Locale-aware number formatting with automatic thousands separators (PR #46)

    • Uses browser locale for formatting (e.g., 19,578 in US, 19.578 in German)
    • Respects existing round configuration for decimal precision
    • Fully automatic, no configuration needed
  • Customizable font sizes and padding (PR #47)

    • New title_font_size option for independent title sizing
    • New value_font_size option for independent value sizing
    • New card_padding option for height control separate from fonts
    • Allows small cards with large fonts or vice versa
  • Configurable tap actions (PR #48)

    • Support for standard Home Assistant tap action patterns
    • Actions: more-info (default), toggle, call-service, navigate, url, none
    • Fully backwards compatible (defaults to more-info)
    • Enables public dashboards, custom navigation, and service calls
  • Configurable custom unit display

    • New unit option to override entity's unit_of_measurement
    • Leave unset to use entity's default unit
    • Set to empty string "" to display no unit
    • Examples: unit: " %", unit: " pancakes/hour", unit: "°F"

Bug Fixes

  • Fixed None/NaN detection bug - now checks numeric value instead of formatted string (PR #46)
  • Fixed typo: nonestringnoneString for consistent property naming
  • Added error handling for missing/undefined entities to prevent crashes
  • Card now logs warning and gracefully handles non-existent entities

Installation

Install via HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Credits

This continuation builds on the excellent foundation created by @ciotlosm and incorporates valuable community contributions from the original repository.