What's New
- Circle progress modes: Circle timers now support both clockwise (
fill) and counter-clockwise (drain) animation.- Set
circle_mode: fill(default, clockwise) orcircle_mode: drain(counter-clockwise) in your config.
- Set
- Timer name presets: Define
timer_name_presets(e.g.['Break', 'Exercise', 'Cooking']) to show quick-select buttons when creating timers. Choose or enter a custom name! - Cleaner UI: Selected timer name preset is highlighted; custom entry is seamless.
- Editor: New options for
circle_modeand timer name presets. - Voice PE/ESPHome: Improved logic for timer slot clearing and count (see updated guide).
Example
Timer name presets:
type: custom:simple-timer-card
entities: []
style: circle
circle_mode: drain
timer_presets: [5, 10, 15, 30]
timer_name_presets: [Break, Exercise, Meditation, Reading, Work]
