Skip to content

✨ New Features & ⬆️ Improvements & πŸ› Bug fixes

Choose a tag to compare

@cataseven cataseven released this 30 Jun 18:55
0d5f75c

✨ New

  • 🎨 Theme colour picker (#272) β€” every colour field in the editor now has a dropdown of Home Assistant's named theme colours (Primary, Accent, Red … White) with live swatches. Picking one stores the theme-resolved colour so the chart always matches your active theme. Free-form entry (hex, rgb(), var(--x-color), threshold, entity IDs and {{ templates }}) still works via the text box + colour swatch next to it.
image

πŸ›  Editor improvement

  • Consistent height across all editor inputs, selects and colour fields.

πŸ› Fixes

  • Sparkline with show_state: false β€” the sparkline now renders even when the state value is hidden. show_state controls only the name/value text, show_graph controls the graph (independent, matching normal mode).
  • Compact legend + height: auto (#270) β€” fixed the chart overflowing and the x-axis being clipped when combining height: auto, the compact legend and grid_options.rows.
  • state_adaptive_color + state_map (#271) β€” adaptive colouring now uses the mapped state colour correctly.