What's Changed
features:
- feat: Add card picker suggestion for numeric sensors (by piitaya) by @ildar170975 in #1368
- feat: Allow showing a "legend" & "extrema / average" elements below a graph by @ildar170975 in #1351
- feat: use 12h/24h & datetime settings from locale, allow a custom format for datetime by @ildar170975 in #1347
- feat: Add more options to customize a number format, use default accuracy & format settings by @ildar170975 in #1233
- feat: Use native localized units & order "value - delimiter - unit" by @ildar170975 in #1350
- feat: redesign value_factor by @ildar170975 in #1359
- feat: Add a reversed order for displaying graphs by @ildar170975 in #1372
- feat: add per-entity logarithmic override by @mxr in #1348
- feat: Line style by @ildar170975 in #1373
- feat: line_width per entity by @ildar170975 in #1241
- feat: Static line by @ildar170975 in #1378
- feat: Add disabling hiding of static lines when another line is selected by @ildar170975 in #1381
fixes:
- fix: renderState() - simplify class assignment by @ildar170975 in #1366
- fix: style for icon[loc=right] by @ildar170975 in #1321
- fix: getEntityState() for "last" & "bar" by @ildar170975 in #1322
- fix: add descriptions & comments by @ildar170975 in #1349
- fix: Order reversed for value by @ildar170975 in #1369
- fix: Remove unneeded numberFormat() function by @ildar170975 in #1370
- fix: Use preserved unit & order for a currently unavailable entity by @ildar170975 in #1377
- fix: incorrect formula in getFill() by @ildar170975 in #1379
- fix: add isNumeric() helper function by @ildar170975 in #1380
- fix: Fixes for show_indicator by @ildar170975 in #1371
docs:
- docs: Fix a type of "hours_to_show" by @ildar170975 in #1312
- docs: Add a remark regarding points by @ildar170975 in #1346
- docs: clarifications for Actions by @ildar170975 in #1360
- docs: Line style examples by @ildar170975 in #1374
- docs: Add missing "Graph only card" example by @ildar170975 in #1375
Full Changelog: v0.13.0...v0.14.0-dev.1
More detailed about 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:
