Skip to content

v1.4.6

Choose a tag to compare

@nutteloost nutteloost released this 05 Sep 17:47

Actions Card v1.4.6

Bug Fixes 🩹

  • 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.