v1.0.0-continued - First Community Release
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
roundconfiguration for decimal precision - Fully automatic, no configuration needed
-
Customizable font sizes and padding (PR #47)
- New
title_font_sizeoption for independent title sizing - New
value_font_sizeoption for independent value sizing - New
card_paddingoption for height control separate from fonts - Allows small cards with large fonts or vice versa
- New
-
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
unitoption to override entity'sunit_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"
- New
Bug Fixes
- Fixed None/NaN detection bug - now checks numeric value instead of formatted string (PR #46)
- Fixed typo:
nonestring→noneStringfor 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:
Credits
This continuation builds on the excellent foundation created by @ciotlosm and incorporates valuable community contributions from the original repository.