v2.2.0
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 gaugeshow_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.