🎉 New Features
[Experimental] Add primary_font_size_reduction for value_texts
This feature allow you to reduce the font-size of the primary value_text. A value between 0 and 15 is allowed and allows templates. Also available in the editor.
☀️ Improvements
Improved logic for unit handling.
- Behind the scenes
primary_unitandsecondary_unit(value_texts) where already templatable. Now the editor and the documentation properly reflects this. Awesome if you want to switch betweenWandkW! - For
value_textsthat are not numeric, no unit will be added, even though the entity has one defined or configured within the card. I assume you've included this in thevalue_text. primary_unit: ""and/orsecondary_unit: ""can now be used if you want to overwrite the entity unit.
Layout for secondary value_text
The secondary value_text could become a little bit too large to my liking. I've tweaked the maximum width slightly so it stays away from the gauge
Full Changelog: v1.0.0...v1.1.0