github benct/lovelace-multiple-entity-row v4.7.0-alpha.2
4.7.0-alpha.2

pre-releaseone month ago

⚠️ Pre-release for testing — not yet recommended for general use. Includes everything from 4.7.0-alpha.1.

Behavior changes

  • Actions now dispatch through HA core (hass-action event) instead of the unmaintained custom-card-helpers library. Confirmation dialogs (confirmation:) and lock/cover security restrictions now work as they do in native HA cards.
  • A long-press without a hold_action now acts as a plain tap, matching HA's native rows (previously it opened more-info).
  • Top-level hide_if / hide_unavailable now work (#227) — they hide the main state value (showing default if set). If you had these in your config "just in case", note they were silently ignored before and will start applying.

What's new

  • icon_color (#325) — any CSS color for entity icons, main row and sub-entities:
    icon_color: 'var(--accent-color)'
  • state_icon (#197) — map of state → icon, takes precedence over icon:
    state_icon:
      'on': mdi:door-open
      'off': mdi:door-closed
  • percent format (#323) — value × 100 with % appended (0.2525 %).
  • upper / lower / capitalize / title string formats (#367).

Internal

  • custom-card-helpers dependency removed.

These changes are adapted from the duczz/ha-multiple-entity-row fork — thanks @duczz.

Full Changelog: v4.7.0-alpha.1...v4.7.0-alpha.2

Don't miss a new lovelace-multiple-entity-row release

NewReleases is sending notifications on new releases.