0.57.0 - Full card click actions, brightness doesn't affect the title, `lights` property bug, flickering and icon color change bugs π β‘
Performance and Rendering Improvements
Optimized card re-rendering logic to prevent unnecessary updates. The card now only updates when properties actually change, which fixes several issues:
- Flickering of the card: Eliminated visual flickering caused by excessive re-renders
- Icons not updating their state: Icons now properly update when their state changes
- Performance issues: Reduced unnecessary re-renders significantly improves card performance
Full Card Actions Feature
Added a new full_card_actions feature that makes the entire card clickable. When enabled, an invisible overlay covers the card, creating a larger touch target for your configured tap, hold, and double-tap actions. This is especially useful for mobile devices and dashboard navigation. Enable by adding full_card_actions to your features array. See Action Configuration for more details.
Fixed Unavailable Entity State Issue
Fixed an issue where light entities with an unavailable state would incorrectly hide their active state. Lights that are active will now properly display their active state color even when marked as unavailable when using multi_light_background.
Removed Brightness Filter from Title Text
The title text no longer applies a brightness-based filter, providing a cleaner appearance without automatic brightness adjustments.
- chore: bumps version to 0.57.0 by @gh-action-bump-version
- fix re-render issue for flicker / wrong icon color by @warmfire540
- fully tapable card - thanks @devkaiwang! by @warmfire540
- fix issue where unavailable entity state hides lights property active state by @warmfire540
- brightness doesn't affect the title by @warmfire540
What's Changed
- Full card click actions, brightness doesn't affect the title,
lightsproperty bug, flickering and icon color change bugs π β‘ by @warmfire540 in #298
Full Changelog: 0.56.0...0.57.0