Skip to content

v2.7.5 - grid icon bug fixes

Choose a tag to compare

@0xAHA 0xAHA released this 02 Mar 11:10
b64ccb3

Solar Bar Card - Releases

Buy Me A Coffee

v2.7.5

Bug Fixes

  • Grid icon circle colors not applying: Fixed grid_icon_import_color, grid_icon_export_color, and grid_icon_idle_color config options being ignored. The colors were set as duplicate CSS rules that got overridden by later selectors. They are now applied directly in the grid icon class definitions so configured colors always take effect.
  • Tower icon color flash on load: Fixed the transmission tower icon briefly appearing white before the configured grid_icon_color took effect. The color is now set as an inline style so it applies immediately, before the ha-icon web component finishes rendering its shadow DOM.