Lovelace: mini graph card

Hey,
mind sharing how you added time scale to X-axis?
Thanks

Hi, take a look at the fork on GitHub.
You can install it manually alongside the original. Just use mini-graph-card-xt in the yaml. Check docs branch for config and see if it works.

1 Like

v0.14.0-dev.1 released.

New features:

Static lines – horizontal lines for static values, can be used to show thresholds, zero X-axis etc:


Like a dynamic graph for an entity (defined by an entity option), a static line (defined by a static_value option) can use other applicable options: name, line_width, line_style, color, unit, decimals, show_..., state_adaptive_color, y_axis.

Individual per-entity logarithmic – now lines can have a different logarithmic scale, very useful to present values with different ranges on the same Y-axis.

Individual per-entity line_width – now lines can have a different thickness:

Line styles – it has become possible to define styles to create dotted or dashed lines:

Reversed order for displaying graphs – some users were not happy with a current β€œ1st entity becomes bottommost” order, now we can use a reversed order.

Card picker suggestion for numeric sensors – support of a card suggestion feature introduced in 2026.6.

Redesigned value_factor - along with supporting a current β€œexponent” scaling, it has become possible to use a simple β€œmultiply” scaling.

Allow showing a "legend" & "extrema / average" elements below a graph – more design possibilities:

More options to customize a number format, default accuracy & format settings – now it has become possible to set accuracy settings individually for entities, for Y-axis labels (for primary & secondary Y-axes separately); if accuracy settings are not set for entities – native accuracy settings for entities are used (defined in β€œmore-info”).

Use 12h/24h & datetime settings from locale, allow a custom format for datetime – now date/time format can be automatically set dependently on global HA Frontend settings or customized manually:

Native localized units & order "value - delimiter - unit":
Native units for attributes are supported:

Localized presentation of "percentage" values: some languages put a whitespace before a β€œ%” sign, some do not, check examples for English & German below:

Localized monetary units & order, check examples for English, English (GB) & German below:

Translated units – some integrations provide different translations for units, check examples for English & German below:

Allow to hide a unit for extrema & average info for a compactness:

6 Likes

Nice Ildar - Thank you for all the work on that (if it was you)

1 Like

Great stuif, Ildar! A couple of these are useful to me.

1 Like