Skip to content

0.53.0 - Bug fixes & background gradient control

Choose a tag to compare

@github-actions github-actions released this 22 Nov 02:28

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:

Screenshot 2025-11-21 at 9 16 05 PM

Remove the gradient overlay:

styles:
  card:
    '--user-background-image-overlay': none

Use 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)'

What's Changed

Full Changelog: 0.52.0...0.53.0