All notable changes to TimeFlow Card will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This release focuses on Visual editor
changed the attribute color to text color to avoid confusion
This release focuses on robust Alexa timer lifecycle handling, auto-discovery improvements, and consistent expired messaging.
- Paused Timers in Auto-Discovery: Paused Alexa timers are now included in auto-discovery and selectable when no active timers exist.
- Attribute-Driven Status: Timer status and label are now derived from rich attributes, ignoring entity.state for reliability.
- Finished State Robustness: Finished timers show " timer complete" immediately at finish, even while still listed as active, and remain until removed from active.
- ID-Based Pinning: Per-entity cache tracks finished timer IDs to avoid mislabeling when multiple Alexa timers exist.
- Discovery Filtering: Only entities with active or paused timers are included in auto-discovery;
- Expired Messaging Consistency: Auto-discovery main display and subtitle now use the same logic as explicit Alexa timers, showing " timer complete" or "Timer complete" as appropriate.
- Auto-Discovery Selection: Auto-discovery now prefers active timers, then paused, and falls back to "No timers" if none are available.
- Subtitle and Main Display: Both now use TimerEntityService.getTimerSubtitle for expired states, ensuring consistent messaging.
- UI Reactivity: Improved card reactivity so expired/finished states update live, avoiding stale "Completed! 🎉" text.
- Robust Alexa Timer Lifecycle: Handles active, paused, and finished states with attribute-first logic and ID-based tracking.
- Consistent Expired Messaging: "Timer complete" and " timer complete" are shown for finished Alexa timers in all display modes.
- No Timers Detection: Card reliably shows "No timers" when no active or paused timers remain, without requiring a manual refresh.
This release focuses on fixing issues with Action handing and improving Alexa timers.
- Improved Alexa Timer Support: Enhanced the logic for discovering and handling Alexa timers.
- Action Handler: fixed issues with
tap_action,hold_action, anddouble_tap_actionnot working as intended.
This release focuses on adding new interactive features, improving configuration validation, and making the card more resilient to errors.
- Action Handler: Added support for
tap_action,hold_action, anddouble_tap_actionto make the card interactive. - Added Templates to Expired_text: Added support for templates in Expired_text.
- Enhanced Validation: The configuration validation now provides detailed error messages and suggestions to help you fix issues quickly.
- Error Display: Configuration errors are now displayed gracefully within the card, preventing crashes and making debugging easier.
- Improved Alexa Timer Support: Enhanced the logic for discovering and handling Alexa timers to be more reliable.
- Default Timer Action: Timer entities now have a default
tap_actionthat opens the "more-info" dialog for convenience.
This is a landmark release representing a complete architectural migration from a single JavaScript file to a modular TypeScript project. This improves performance, stability, and extensibility for the future.
- Modern Architecture: The entire card has been rewritten in TypeScript with a modular, service-based design for better maintainability and performance.
- Advanced Styling with card-mod: Styling is now exclusively handled through
card-mod, providing a more powerful and consistent way to customize every element of the card.
- Project Structure: Migrated from a single
timeflow-card.jsto a full TypeScript source structure in thesrc/directory. - Documentation: The
README.mdfile has been completely rewritten to be more comprehensive, with a focus on clear examples and up-to-date configuration options.
- Built-in
stylesObject: Thestylesconfiguration object has been removed in favor ofcard-modfor all styling customizations.
This was a major update focusing on a complete architectural overhaul for significantly improved performance, stability, and future extensibility.
- Optimized Rendering: Intelligent element-specific updates instead of full DOM recreation.
- Animation Frame Sync: Visual updates synchronized with browser rendering cycle.
- Smart Caching: Cached templates, styles, and configs for faster rendering.
- Complete Rewrite: Modern, modular codebase structure.
- Service-Based Design:
- CountdownService for time calculations.
- TemplateService for HA template handling.
- StyleManager for dynamic styling.
- AccessibilityManager for ARIA support.
- ConfigValidator for robust validation.
- Flickering Eliminated: Resolved FOUC and card-mod flickering issues.
- Style Consistency: Removed redundant style applications.
- Accessibility: Improved ARIA attributes and keyboard navigation.
Legend:
- 🆕 Added - New features
- 🔧 Fixed - Bug fixes
- 📝 Changed - Changes in existing functionality
- 🗑️ Removed - Removed features
- 🚀 Features - Major feature highlights