Releases: Hugo0485/DoubleCurtainCard
Releases · Hugo0485/DoubleCurtainCard
Release list
🚀 Enhanced Preset Positions with Custom Icons
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_positionandright_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_iconandright_fixed_icon) using the Material Design Icons (MDI) picker in the GUI editor. Typemdi:to see suggestions with previews (e.g.,mdi:curtains). Default:mdi:door-open.
🔧 Changes
- Breaking Change: If you previously used
left_door_positionorright_door_positionin your YAML config, update toleft_fixed_positionandright_fixed_position. The GUI editor automatically uses the new fields. - Internal Updates: Renamed internal variables (e.g.,
doorActivetofixedActive) 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.jswith the new version and increment the resource URL inconfiguration.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 ✨
🚀 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.jsand bump the resource URL, e.g.