0.64.0 - Alarm Border, Icon Color Fix, icon_background working again 🎨✨
🔧 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.
- chore: bumps version to 0.64.0 by @gh-action-bump-version
- icon background regression - thanks @Sturby! by @warmfire540
- subscribers and debugging by @warmfire540
- chore: yarn (deps-dev): bump jsdom in the all-dependencies group (#392) by @dependabot[bot]
- alarm colors resolve to HA variables correctly - thanks @guillochon! by @warmfire540
- chore: yarn (deps-dev): bump jsdom from 27.4.0 to 28.0.0 (#388) by @dependabot[bot]
- chore: yarn (deps): bump qs from 6.14.1 to 6.14.2 (#389) by @dependabot[bot]
- chore: yarn (deps-dev): bump the all-dependencies group with 2 updates (#387) by @dependabot[bot]
- chore: yarn (deps-dev): bump prettier in the all-dependencies group (#379) by @dependabot[bot]
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