v1.2.1-continued
What's Changed
Fixed
- Gradient background now works correctly with themes that use card-mod to override ha-card's background (e.g. Frosted Glass theme). The gradient was previously set directly on ha-card, which card-mod's async CSS injection would silently replace with
transparent. The gradient is now rendered on an inner div that is unaffected by theme background overrides.
Full Changelog
See CHANGELOG.md for complete history.