Skip to content

4.7.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@jpettitt jpettitt released this 06 Jul 22:44

🧪 Beta — please test and report issues. Rolls up 4.7.0-alpha.1 and alpha.2.

Highlights

  • Visual editor — edit the row through the entities card's UI editor: tabbed main/additional entities with add/reorder/copy/paste, secondary info, state-based icons, per-entity custom CSS, and action selectors. (#395)
  • Per-entity hold_action and double_tap_action — all actions resolve against the entity actually tapped. Fixes #338, #202, #188, #251.
  • Combinable formatsformat: invert, precision3 and friends; Custom… entry in the editor. (#385)
  • hide_if against another entityhide_if.entity / hide_if.attribute (#280, thanks @akomelj)
  • icon_color (#325), state_icon map (#197), show_state_first (#384)
  • New formats: percent (#323), upper/lower/capitalize/title (#367)
  • --multiple-entity-row-header-color theme variable (#317, thanks @ildar170975)

Behavior changes

  • Actions dispatch through HA core (hass-action): native confirmation dialogs and lock/cover security restrictions now apply; custom-card-helpers dependency removed.
  • A long-press without a hold_action acts as a plain tap (matching native HA rows).
  • Sub-entity taps no longer double-fire the main row's action.
  • Top-level hide_if / hide_unavailable now work on the main state (#227) — previously silently ignored.

Fixes

  • Uncaught RangeError on incomplete precision/kilo/mega/milli formats (#387)

Several features adapted from the duczz/ha-multiple-entity-row fork — thanks @duczz.

Full Changelog: v4.6.1...v4.7.0-beta.1