Skip to content

v0.8.0

Choose a tag to compare

@benjamin-dcs benjamin-dcs released this 01 May 09:57
· 582 commits to main since this release
b519831

Warning

This release contains some major restructuring of the configuration. I've tried my best to make the transition as smooth as possible by converting the old config to the new format. All you have to do is edit your gauge card, (check that the configuration is converted properly, see below) and press save.

What's Changed - Inner gauge on steroids!

image

The inner gauge has now become a true little brother of the main gauge:

  • Added gradient options. Just like the main gauge, the inner gauge now has gradient: true/false and gradient_resolution: low / medium / high options!
  • Added mode to the inner gauge. This sets the visual behaviour of the inner gauge. Options are:
    • severity: Shows the inner gauge as a rotating single color
    • static: Shows all the segments without any further indications
    • needle: Shows all the segments with a needle

Other noteworthy functional improvements:

  • Added setpoint. This adds a small needle to the main gauge that can be used to indicate a set-point. Available parameters are value and color
  • Overhauled the visual editor to include many more options and make the editor more usable by grouping items

Major configuration changes

Note

All changes below should be shown once your open the card editor. All you have to do is press save. (Unfortunately, I cannot persist the changes in your Home Assistant configuration automatically)
If you still see old config left, a proper reload of your browser (with and/or without the editor open) (CTRL + F5 / Shift + CMD + R) or deleting cached files might work. If everything else fails, please adjust your config accordingly:

  • Remove severity. I've decided to let go off the severity options. segments can be used to achieve the same, and better, looks. If your old config was not a template, then your config should be converted to segments. I couldn't get severity templates to convert to segments.
  • Moved primary to titles: primary
  • Moved primary_color to titles: primary_color
  • Moved secondary to titles: secondary
  • Moved secondary_color to titles: secondary_color
  • Moved value_text to value_texts: primary
  • Moved value_text_color to value_texts: primary_color
  • Moved inner: value_text to value_texts: secondary
  • Moved inner: value_text_color to value_texts: secondary_color

Looking at the current options and configurations, I feel this release is close to a true v1.0.0 release. Any feedback is more than welcome. Feel free to make an issue or start a discussion!

Full Changelog: v0.7.1...v0.8.0