4.11.2-beta.1
Pre-release
Pre-release
First beta for 4.11.2 — two fixes around HA's row element. Install via HACS with Show beta versions enabled.
Fixed
- Hidden
secondary_infoshowed the main entity's state (#452) — since HA 2026.8, entity rows render anysecondary_infothey're given against the main entity whenever a card supplies no secondary text, so an object form hidden byhide_unavailable/hide_ifdisplayed the primary state instead of hiding. The card no longer passes its ownsecondary_infoforms to HA's row — only the generic keywords HA renders natively. Side benefit: lovelace-canary no longer sees a template in the row'ssecondary_infoand won't take over the line, sodisable_canary(#450) is no longer needed. - Injected style rules no longer churn — the
name_gapand icon-paint rules are placed above lit's render marker in HA's row element, so they survive template swaps instead of being swept and re-injected (a style recalc each time). Thanks @dcapslock.
Full changelog: v4.11.1...v4.11.2-beta.1