Skip to content

Releases: Hugo0485/DoubleCurtainCard

🚀 Enhanced Preset Positions with Custom Icons

Choose a tag to compare

@Hugo0485 Hugo0485 released this 27 Sep 00:34
78d2443

Thanks for using Double Curtain Card!
This update replaces the misleading "door" function with more accurate "fixed position" buttons, adds customizable icons.

✨ What’s New

  • Renamed "Door" to "Fixed Position": The previous "door" function was misnamed. It’s now called "Fixed Position" (left_fixed_position and right_fixed_position) to better reflect its purpose. Use it to set a preset position for your covers, e.g., to partially open a curtain for a door effect when a door is behind it.
    (Leave empty to hide the corresponding preset button, giving you full control over the card’s layout.)
  • Customizable Icons: Choose your own icons for the preset buttons (left_fixed_icon and right_fixed_icon) using the Material Design Icons (MDI) picker in the GUI editor. Type mdi: to see suggestions with previews (e.g., mdi:curtains). Default: mdi:door-open.

🔧 Changes

  • Breaking Change: If you previously used left_door_position or right_door_position in your YAML config, update to left_fixed_position and right_fixed_position. The GUI editor automatically uses the new fields.
  • Internal Updates: Renamed internal variables (e.g., doorActive to fixedActive) for consistency. No impact on functionality.

📦 How to Update

  • HACS: Go to HACS → Frontend → Find "Double Curtain Card" → Click Update/Redownload.
  • Manual: Replace dist/double-curtain-card.js with the new version and increment the resource URL in configuration.yaml (e.g., /local/double-curtain-card.js?v=1.4.0).
  • Clear Cache: After updating, clear your browser cache (Ctrl+F5) or reload the frontend via Developer Tools.

v1.3.1 Optional blink during movement ✨

Choose a tag to compare

@Hugo0485 Hugo0485 released this 24 Sep 21:37
e008d90

🚀 v1.3.1 Optional blink during movement

Thanks for trying Double Curtain Card!
This first update adds a simple but useful option to control the blink animation while your curtains are moving.

✨ What’s new

  • Blink while moving (blink_motion) toggle the blink animation during movement
  • Visible in the GUI card editor (no YAML required)
  • Default: ON (true). Set to OFF to disable the blink.

🔧 Changes

  • No breaking changes
  • Minor internal clean-ups

📦 How to update

  • HACS → open the card → Update/Redownload
  • Manual → replace dist/double-curtain-card.js and bump the resource URL, e.g.

Changes to readme

Choose a tag to compare

@Hugo0485 Hugo0485 released this 24 Sep 13:05
35c04ae
v1.3

Update README.md

Latest release

Choose a tag to compare

@Hugo0485 Hugo0485 released this 23 Sep 22:43
6c05a73
v1.2

Update validate.yml

First release

Choose a tag to compare

@Hugo0485 Hugo0485 released this 23 Sep 21:59
b047d37
v1.1

Update README.md