Skip to content

Timeflow card v3.3

Choose a tag to compare

@Rishi8078 Rishi8078 released this 07 Feb 20:28

TimeFlow Card v3.3

New Features

Year & Week Countdown Units

Expanded countdown granularity with two new time units:

  • Year: Display years remaining in countdowns spanning multiple years
  • Week: Show weekly breakdowns for better granularity in month-long countdowns

Toggle each unit independently via the card configuration:

type: custom:timeflow-card
title: "New Year Countdown"
target_date: "2027-01-01T00:00:00"
show_years: true
show_weeks: true
show_days: true
show_hours: true
show_minutes: true
show_seconds: false

All three card styles (Classic, Eventy, Classic Compact) now support years and weeks. The cascade order follows natural time units: Years → Months → Weeks → Days → Hours → Minutes → Seconds.

💡 Perfect for: Long-term project timelines, annual events, and detailed countdown displays.

Localization support added for 6 languages:

  • English, French, German, Spanish, Italian, Dutch

Bug Fixes

Fixed: Cards All Black in Firefox & Edge on Windows 11 (#35)

Previously, the card appeared completely black (with hardcoded #1a1a1a fallback) when Home Assistant theme CSS variables didn't resolve properly in Shadow DOM on Firefox and Edge browsers on Windows 11.

Now fixed:

  • Changed default background fallback to transparent instead of hardcoded dark color
  • Card now respects system and Home Assistant theme colors automatically

All existing configurations continue to work unchanged, and the card now displays correctly across all modern browsers.

Notes

  • Breaking Changes: None
  • Browser Cache: Clear your browser cache after updating
  • Compatibility: All existing configurations continue to work unchanged
  • Feature Availability: Year and Week units default to false for backward compatibility