v2.9.4 — Dressed to Console
Solar Bar Card - Releases
v2.9.4 — Dressed to Console
Improvements
-
Console badge restyled: The browser console load message now uses a two-tone pill badge — orange filled label on the left, light orange version number on the right — matching the style used by other popular HA custom cards.
-
EV icon changed to
mdi:car: Simpler, bolder silhouette that reads more clearly in white against the coloured circle backgrounds.
Bug Fixes
-
Power UnitandShow Power Unitnow display correctly in the config editor: Both fields were missing from the editor's label map and rendered as raw field names (power_unit,show_power_unit). -
ev_icon_colornow works correctly: The colour picker returns an RGB array but it was being interpolated directly into CSS, producing invalid output. It now goes through the sametoColor()conversion asgrid_icon_colorand defaults to white. The two ghost optionsev_icon_idle_colorandev_icon_charging_color, which appeared in the editor but were never applied anywhere, have been removed.