Releases: rianadon/timer-bar-card
v1.25
This special 25th release marks a quarter of the way there to the 100th release! 🎉
For this great occasion, you get a few meager bug fixes. They are important though :)
- The bugs with
tap_action
and other actions are fixed. You can now click the progress bar to trigger actions, and usingtarget
in your actions is now supported, just like it has been for a while in every other card. Settingaction: none
will also now use the correct mouse cursor. - The
remain_time
feature is more stable. Using astart_time
andend_time
together will now take precedence overremain_time
. - The synchorization issue detection has fewer false positives. A side product of this change is that it'll take longer for the card to detect synchronization issues, but I hope it's worth it for the reduction of annoying messages.a
v1.25rc1
v1.25rc0
v1.24
Thanks to @funtastix's work, there's now another way to configure the card for strange entities: the remain_time
config option (similar to start_time
and end_time
). It's immediately applicable to LG ThinQ devices that publish an attribute every minute with how many minutes are left. See the documentation for more!
v1.23
The last update introduced a warning to alert you if time-synchronization related problems between Home Assistant and the app/browser are causing the card to show the incorrect time, since these are often difficult to spot.
However, these problems are harder to fix in practice than I anticipated. This release adds a new option to give the card some semblance of competency when facing out-of-sync clocks:
sync_issues: fix
- the card estimates Home Assistant's time rather than using the app's time
sync_issues: ignore
- disables the warning
The documentation has also been updated to give more detail on these problems.
v1.22
This update deals with discrepancies between the Home Assistant clock and your browser's clock.
These discrepancies will cause the card's progress bar to misbehave, so it's important they both agree what time it is.
If the two are significantly out of sync, the card will now show a warning to alert you of the problem.
Otherwise, guess mode will now behave better if the two are slightly out of sync.
v1.21
v1.20
v1.19
v1.18
This release adds two new features:
- Support for the Paper Buttons Row card! This card allows you to add buttons to the side of the timer, so you have even more flexibility with your dashboard layout. Check the README for an example.
- Support for state through attributes. In the rare cases where you have an entity whose state is inaccurate but has a descriptive attribute representing its state, you can use that attribute to compute
active_state
,pause_state
, etc. See the newstate_attribute
option.