0.53.0 - Bug fixes & background gradient control
Bug Fixes
- Fixed entity label display when no entity is set or found - labels will no longer show incorrectly
Features
When using card background images, you can customize or remove the default gradient overlay using the same --user-background-image-overlay variable:
Remove the gradient overlay:
styles:
card:
'--user-background-image-overlay': noneUse a custom gradient:
styles:
card:
'--user-background-image-overlay': 'linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.2), transparent)'Use a solid color overlay:
styles:
card:
'--user-background-image-overlay': 'rgba(0, 0, 0, 0.3)'- chore: bumps version to 0.53.0 by @gh-action-bump-version
- ability to adjust background gradient w/ css by @warmfire540
- no entity no label.. sorry @Ltek by @warmfire540
What's Changed
- Bug fixes by @warmfire540 in #274
Full Changelog: 0.52.0...0.53.0