github cryptomilk/hass-eink-dashboard v0.4.1

latest release: v0.5.0
one month ago

[0.4.1] - 2026-05-21

Fixed

  • Fixed release pipeline

[0.4.0] - 2026-05-21

Added

  • Sensor widget: single-entity sensor card with optional sparkline history
    graph (graph: "line"), configurable hours_to_show, detail level, and
    fixed Y-axis limits.
  • Entities widget: multi-entity list card with optional title, inline
    divider rows (type: "divider"), and section rows (type: "section").
  • Entity widget: large-value single-entity card showing state and unit,
    mirroring HA's Entity card.
  • Heading widget: section heading with optional MDI icon and entity badges,
    superseding the deprecated Text widget.
  • Locale-aware number formatting: per-device decimal and thousands
    separator override (decimal comma, decimal point, or HA default) settable
    in the integration options.
  • Visibility conditions: all widgets now support a visibility list to
    show or hide based on entity state or other HA conditions.
  • Editor drag-and-drop reordering: widget order can be changed by dragging
    rows in the widget list, replacing the previous up/down arrow buttons.
  • Editor live SVG preview scaling: the preview panel scales
    proportionally while a widget is being resized.

Changed

  • Row dividers in Entities, Waste Schedule, and Weather widgets now render in
    light gray (#b4b4b4) instead of medium gray, improving visual hierarchy on
    16-level grayscale displays. No change on 2-level (TRMNL) displays.
  • Entity and Sensor widget header icon enlarged for better legibility on
    e-ink screens.
  • Design tool default dashboard (no --widget flag) now previews all key
    widget types: Weather, Tile, Entity, Sensor (with sparkline), Waste
    Schedule, and Device Battery.

Removed

  • Deprecated widget types text (use heading), sensor_rows, and
    status_icons removed from the renderer and widget picker. Existing
    configs that reference these types will no longer render.

Fixed

  • Entity and Sensor header icon circle now has consistent padding from the
    top card border (previously the circle clipped the border line).
  • Heading widget had double padding below the title under
    card_style: "border".
  • Weather and Device Battery widgets: content soft-padding now applied
    consistently when card_style: "none".
  • Widget picker showed raw MDI icon strings instead of glyphs for Entities
    and Sensor card types.
  • Waste Schedule, Tile, and Heading icon circle strokes are now widened on
    2-level (TRMNL) displays to prevent dithering artifacts.
  • recorder integration declared in after_dependencies so history data is
    available when the Sensor widget fetches it at startup.
  • Translation selector keys for date format settings corrected to lowercase.

Full Changelog: v0.3.0...v0.4.1

Don't miss a new hass-eink-dashboard release

NewReleases is sending notifications on new releases.