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!
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/falseandgradient_resolution: low / medium / highoptions! - Added
modeto the inner gauge. This sets the visual behaviour of the inner gauge. Options are:severity: Shows the inner gauge as a rotating single colorstatic: Shows all the segments without any further indicationsneedle: 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 arevalueandcolor - 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 theseverityoptions.segmentscan be used to achieve the same, and better, looks. If your old config was not a template, then your config should be converted tosegments. I couldn't get severity templates to convert to segments. - Moved
primarytotitles: primary - Moved
primary_colortotitles: primary_color - Moved
secondarytotitles: secondary - Moved
secondary_colortotitles: secondary_color - Moved
value_texttovalue_texts: primary - Moved
value_text_colortovalue_texts: primary_color - Moved
inner: value_texttovalue_texts: secondary - Moved
inner: value_text_colortovalue_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
