github benct/lovelace-multiple-entity-row v4.11.1
4.11.1

3 hours ago

Hardening release for #450 (templated secondary_info burning CPU). No new features or behavior changes.

Fixed

  • Templated secondary_info CPU 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 via innerHTML; if you run both, also add disable_canary: true to 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

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

NewReleases is sending notifications on new releases.