Entities Row Styling, Confirmed & Polished
What changed:
- Icon color confirmed working —
--state-icon-coloris the correct variable in HA 2026.x. Removed the dead--paper-item-icon-colorfrom generated YAML so it stays clean - Correct per-entity injection — each entity in the list gets its own
card_mod.styleblock, not the card-level one. Card-level--state-icon-colorwas 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