v0.1.1 - Performance Optimization
What's Changed
Performance Improvements
- Optimized
shouldUpdate()to prevent unnecessary re-renders on every Home Assistant state update - Card now only re-renders when configured entities actually change state or when config changes
- This significantly improves performance, especially in larger HA instances with many entities
Credits
- Thanks to the issue report in sxdjt/ha-multi-status-indicator-card#1 for identifying this common performance pattern
Full Changelog: v0.1.0...v0.1.1