Skip to content

1.3.8

Choose a tag to compare

@francois-le-ko4la francois-le-ko4la released this 10 May 20:00
bd82562

What's new

Bringing clarity, consistency, and control — this update refines the experience from card display to editor behavior, introduces smarter defaults, and empowers developers with targeted debugging tools. Let’s dive into what’s new.

🚀 Features & Improvements

  • 🗺️ Card
    • Ellipsis: fixed
      only one ellipsis is now displayed in the information section.
    • Font / Font Size:
      uses global variables to ensure consistent styling across the interface.
  • 🛠️ Editor
    • GUI Update from YAML: fixed
      deletions made in YAML are now correctly reflected when switching to the graphical editor.
    • Attribute Selection: disabled for Counter, Number, Timer, and Duration entities.
    • YAML to entity-progress-card Conversion: fixed
      no more errors, and the graphical editor is correctly generated.
    • Accordion: improved
      more natural opening behavior.
  • 🔢 Number: added
    added support for number value.
  • 📈 max_value: Improved
    now properly supports Counter, Number, and Duration entities.
  • 🎯 xyz_action: defaults added
    • tap_action: more-info
    • hold_action: none
    • double_tap_action: none
    • icon_tap_action:
      • toggle if the entity is a light, switch, fan, input_boolean, or media_player
      • none otherwise
    • icon_hold_action: none
    • icon_double_tap_action: none

📚 Documentation

  • Added new section: "Percentage Calculation"
  • Added advanced example: Don't Let It Expire!
  • Added new section: "Token Color"
  • Simplified option descriptions
  • Standardized typing using Home Assistant conventions
  • Replaced color definitions with token color
  • Minor cosmetic adjustments

⚙️ Optimization

  • More robust handling of default values
  • More reliable editor updates
  • Debug mode: can be selectively enabled for card, editor, or resource manager

Full Changelog: 1.3.7...1.3.8