4.7.0-alpha.2
Pre-release
Pre-release
Behavior changes
- Actions now dispatch through HA core (
hass-actionevent) instead of the unmaintainedcustom-card-helperslibrary. Confirmation dialogs (confirmation:) and lock/cover security restrictions now work as they do in native HA cards. - A long-press without a
hold_actionnow acts as a plain tap, matching HA's native rows (previously it opened more-info). - Top-level
hide_if/hide_unavailablenow work (#227) — they hide the main state value (showingdefaultif 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 overicon:state_icon: 'on': mdi:door-open 'off': mdi:door-closed
percentformat (#323) — value × 100 with%appended (0.25→25 %).upper/lower/capitalize/titlestring formats (#367).
Internal
custom-card-helpersdependency 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