Skip to content

πŸš€πŸš€πŸš€ New Features & πŸ› Bug Fixes

Choose a tag to compare

@cataseven cataseven released this 12 Jun 14:16
de15036

✨ New Features

🏷️Custom Y-Axis Label Formats (#241)

Show durations like 1:30 instead of 5400, or build your own label with a safe template β€” no JavaScript involved. The format also applies to tooltips, data labels, the state row and the average-line label of the entities on that axis.

Editor: General Settings β†’ Y Axis β†’ Labels β†’ Y Tick Format / Y2 Tick Format / Duration Unit

y2_axis_format: h:mm      # 5400 β†’ 1:30  (also: h:mm:ss, mm:ss, d h:mm)
duration_unit: s          # unit of the raw value: s (default) / ms / min / h

# or a free-form template:
y_axis_format: "{fixed(value/1000,1)} kW"
image

πŸ•’On-Card Points/Hour & Group By Pickers

Change the data resolution and bucketing directly on the card β€” no need to open the editor. Selections are remembered per card, take priority over Auto Scale, and Auto returns to your configured value.

Editor: General Settings β†’ Overlay β†’ Points/Hour Picker and Group By Picker

show_pph_picker: true
show_group_by_picker: true
group_by_picker_position: right   # left / center / right
image

πŸͺ£Multi-Hour Group By Buckets

Group By now also offers 2H, 3H, 4H, 6H and 12H buckets (any Nh value works in YAML).

Editor: General Settings β†’ Chart β†’ Graph Data β†’ Group By β€” also available in the on-card picker.

group_by: 4h
image

πŸ‘ͺGroup Sync for the Interval, Points/Hour and Group By Pickers

Cards sharing a group name now stay in sync. Receiving cards don't need to show the picker, so one card can control every chart on the page. Points/Hour and Group By use their own independent groups.

Editor: General Settings β†’ Overlay β†’ Group field next to each picker

Don't forget: You can use 1 picker for all cards on the page. You can input group name even the picker toggle is off.
For example you have 5 cards. 1 card date picker toggle is on, 4 card is off, but group names of 5 cards are identical. You will see 1 date picker which manages all 5 cards.

# master card
show_interval_picker: true
interval_picker_group: livingroom

# other cards β€” no picker shown, still synced
interval_picker_group: livingroom
pph_picker_group: resolution1
group_by_picker_group: buckets1   # independent from each other
image

🫣Auto Hide Entities (#238)

Start the card with every entity hidden and reveal only the ones you need by clicking them in the legend.

Editor: General Settings β†’ Chart β†’ Visual Options β†’ Auto Hide Entities

auto_hide_entities: true
image

Date Picker Layout (#245)

Choose where the β€Ή date β€Ί navigator and the D/W/M/Y shortcuts sit in the picker bar β€” left, center or right.

Editor: General Settings β†’ Calendar β†’ Date Navigation β†’ Date Nav / Shortcuts

date_picker_nav_position: center
date_picker_shortcuts_position: right
image

πŸ› Bug Fixes

  • Year view: fixed misplaced labels on empty pages and navigation past today (#233)
  • Sparkline: the live value now updates between history refreshes (#236)
  • Offset / comparison entities (e.g. "Last Year"): today's bucket now shows the correct values (#237)
  • Average line is readable on light backgrounds again, and time axis ticks stay correct across DST changes (#240)
  • Smooth (bezier) lines no longer dip below zero (#243)
  • The coloured day-start labels on the X-axis now follow the DD/MM / MM/DD Date Format selection