Skip to content

v2.2.0

Choose a tag to compare

@laurence-syree laurence-syree released this 09 Apr 19:50

What's New

Adds granular display toggles so users can hide individual UI elements without wiping out neighboring features. All new options default to true, so existing configs render identically.

New options

  • show_rate_labels — hide "Max Charge" / "Max Discharge" labels below the power gauge (keeps the gauge itself)
  • show_power_percent — hide the big percentage inside the power gauge
  • show_power_direction — hide the "Charge / Discharge / Idle" word + arrow (ring color still conveys direction)
  • show_gauge_labels — hide the "Reserve" / "Cutoff" text labels below the SOC gauge (ring markers stay)
  • show_capacity — decouples the "Capacity" row from `header_style: full`
  • show_stats — decouples the temp/cycles/health stats panel from `header_style: full`

Credits

Thanks to @ParaDoXke for requesting this in #4 — the original ask was for show_rate_labels, and scope was broadened to cover related gaps in the existing toggle set.

See the CHANGELOG for details.