You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional Configuration Properties: Fixed configuration error "Cannot add property prevent_default_dialog, object is not extensible" that occurred when users removed optional properties from their YAML configuration. (closes #4)
Card-mod Object Format Support: Fixed error "card_mod.style.match is not a function" that occurred when using card-mod's object-style CSS format with selector keys. The card now properly supports both string and object card-mod configurations without processing conflicts. (closes #3)
Improvements 🛠️
Performance Enhancements: Improved card responsiveness and reduced unnecessary updates. Cards now update more efficiently when your Home Assistant state changes.
Code Quality: Updated internal code structure to follow Home Assistant's development standards.