kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI

Repository from Github https://github.comkalkih/mini-graph-cardRepository from Github https://github.comkalkih/mini-graph-card

FR: allow per-entity smoothing

garyo opened this issue · comments

I would love to replace my ApexCharts cards (which are slow to refresh, though super flexible) with mini-graph-cards. Here's a sample of my main ApexCharts card: instantaneous power use, overlaid with smoothed one hour moving average:
image

If I could set smoothing and points_per_hour independently per entity (i.e. per line in the graph), I could probably get close to this.

Duplicate of #1039 (smoothing), #713 (points_per_hour)