v1.5.1
Actions Card v1.5.1
New Features 🎉
- Hold Action Progress Indicator: Hold actions now support visual progress feedback with
show_progress: true. A circular progress ring appears when you start holding, filling smoothly to show exactly how much time remains. Release when the ring completes will trigger your action. If you move your pointer outside the circle, the ring instantly dissappears and the action will be canceled. (closes #5 )
Configuration
Enable the progress indicator for any hold action:
hold_action:
action: more-info
entity: ...
show_progress: true # Shows circular progress ring
hold_time: 500 # Optional: customize hold durationThe progress ring automatically adjusts its size for touch devices versus mouse input.