Skip to content

0.64.0 - Alarm Border, Icon Color Fix, icon_background working again 🎨✨

Choose a tag to compare

@github-actions github-actions released this 19 Feb 18:59

🔧 Icon background regression fixed

Fixed icon_background option not working.

🐛 Home Assistant color names resolved correctly in Alarm Config

Fixed an issue where Home Assistant color names (e.g. "primary", "accent", "deep purple") were not being resolved to their CSS variables for alarm card border colors and icon colors.

✨ Debug logger improvements

The internal debug logger has been revamped for better scoping and filtering.

⚡ Subscription-based badge updates

We're slowly rolling out subscription-based listening across the card. The badge component is first: it now uses event-based subscriptions instead of checking on every Home Assistant update. This is more efficient—badges only re-render when their entity state actually changes.


What's Changed

  • chore: yarn (deps-dev): bump prettier from 3.8.0 to 3.8.1 in the all-dependencies group by @dependabot[bot] in #379
  • chore: yarn (deps-dev): bump the all-dependencies group with 2 updates by @dependabot[bot] in #387
  • chore: yarn (deps): bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #389
  • chore: yarn (deps-dev): bump jsdom from 27.4.0 to 28.0.0 by @dependabot[bot] in #388
  • chore: yarn (deps-dev): bump jsdom from 28.0.0 to 28.1.0 in the all-dependencies group by @dependabot[bot] in #392
  • Alarm Border, Icon Color Fix, icon_background working again 🎨✨ by @warmfire540 in #391

Full Changelog: 0.63.0...0.64.0