Skip to content

Entities Row Styling, Confirmed & Polished

Choose a tag to compare

@DerTrolli DerTrolli released this 10 May 12:56
· 6 commits to claude/phase-one-setup-RZRsP since this release
636c016

What changed:

  • Icon color confirmed working--state-icon-color is the correct variable in HA 2026.x. Removed the dead --paper-item-icon-color from generated YAML so it stays clean
  • Correct per-entity injection — each entity in the list gets its own card_mod.style block, not the card-level one. Card-level --state-icon-color was affecting all icons at once; per-entity is now isolated
  • UI matches the rest of the panel — entity rows use ha-switch + the color picker with presets, same as Accent Color and Icon Color modules
  • Section title simplified to "Entities"
  • Accent Color, Icon Color, Threshold hidden for entities cards — they're card-wide globals that don't belong next to per-row controls
  • 93 tests passing

Full Changelog: v0.3.8.4...v0.3.15