0.15.0 (2026-09-25)
Needle styles
Needle can now be customized with two built-in styles, line and arrow. Additionally you can provide custom svg path and style. Needle can be scaled, rotated and border width can be adjusted.
Entity state formatting
Displayed state can be now formatted to direction or percent with state_format. Direction can be useful for example when displaying wind direction. Percent will calculate the state percent from min and max values and display it instead of state with changed unit.
Structured names
Card and badge name can be configured the same way as built-in cards in Home Assistant.
Full Changelog
Bug Fixes
- do not pass number in _getEntityStateObj (#253) (c37e5be)
- gauge state failing to render when using templates without unit (#242) (db1b6f5)
- max and min ignoring zero value (#243) (679b2e2)
- resolve entity names via hass.formatEntityName (#251) (1caa4b8) by @bramkragten
- state going missing when JS templated state equals zero (#255) (27e892c)
- state going missing when templated state equals zero (#244) (63391b6)
- update icon color to use state-icon-color variable (#254) (996e7c7)