Hardening release for #450 (templated secondary_info burning CPU). No new features or behavior changes.
Fixed
- Templated
secondary_infoCPU burn (#450) — the secondary line is handed to HA's row element as a plain string instead of a rendered fragment. When something else mutates the row's DOM, the old form made HA's renderer throw on every template update, with HA source-mapping every throw — that was the CPU. The reported case was a conflict with lovelace-canary, which templates the same line viainnerHTML; if you run both, also adddisable_canary: trueto affected rows (upstream: jcwillox/lovelace-canary#83). name_gap/ main icon color lost after an entity blip — HA's row element sweeps its shadow DOM when an entity temporarily disappears and comes back, silently removing the card's injected style rules until a full reload. They now re-inject automatically.
Upgrading from ≤4.10? Note 4.11.0's behavior change: the main row's icon_color no longer bleeds into additional entities' icons.
Full changelog: v4.11.0...v4.11.1