v1.2.3-continued
Fixes
- Fix time and mixed-format sensor values displaying only a partial value (closes #7)
- Sensors like
{{ now().strftime('%-I:%M %p') }}now display correctly (e.g. "2:13 PM") - Root cause:
parseFloat("2:13 PM")returns2; switched toNumber()which correctly returns NaN for non-numeric strings
- Sensors like
Added
- Console banner on card load (standard for all cards in this project)
Thanks
Thanks to @EdDickens for reporting issue #7.
Full Changelog
See CHANGELOG.md