Skip to content

✨ New Features & πŸ› Bug Fix

Choose a tag to compare

@cataseven cataseven released this 01 May 15:32
2845519

✨ New features

Show Range β€” display window-wide min/max in the state row

A new per-entity option show_range_values: true displays the visible window's minimum and maximum as a subdued suffix next to the primary value. Particularly useful for compact "records" cards (show_graph: false + primary_state_as: min/max) where the range previously was only reachable via the graph tooltip.

Example output:

image

Works alongside show_timestamp and is available for any aggregate (Last, First, Min, Max, Sum, Avg). When show_range_band is enabled on the entity it uses the more accurate per-bucket band data; otherwise it falls back to the aggregate min/max over the visible window.

Smarter state row editor

Show Timestamp and Show Range checkboxes now appear or disappear automatically based on the Primary Value selection β€” no more dead-end toggles that don't do anything. They're hidden entirely when the chosen primary value (e.g. live State) doesn't support them.

X / Y grid line opacity

Two new card options β€” x_grid_opacity and y_grid_opacity β€” let you fine-tune how subtle or prominent the grid lines are. Default is 0.15 (the same subtle look as before), but you can dial it up to 1.0 for high-contrast dashboards or down to 0 to hide grid lines entirely while keeping the axis labels.

image

πŸ› Bug fixes

  • #172 Possible race condition with card_mod
  • #173 Date_picker_group sync does not work for rolling window presets
  • #176 X-axis labels incorrect after changing range using interval picker
  • #177 Bar becomes extremely large at the start of a new month
  • #178 Month chart continues counting into next month (hidden bar still included in total)