Skip to content

Releases: rianadon/timer-bar-card

v1.9

08 Jul 03:26

Choose a tag to compare

The card is now tested! With written tests! Of course the code was perfect before, so...

Just kidding! Two minor bug fixes:

  • The progress bar should now progress more smoothly
  • The margin between the card header (only if you set the name option) and card body is now consistent across browsers

v1.8

28 Jun 20:04

Choose a tag to compare

  • Adds a new option to hide the name & icon, in case you'd like to show just the progress bar
  • You can now use the card if the only attribute you have happens to be end_time

v1.7

28 Jun 04:04

Choose a tag to compare

Fixes a bug where, when the filter option is enabled, entities don't always update

v1.6

25 Jun 18:54

Choose a tag to compare

The support for wacky entities has expanded!

  • You can now specify duration to come from another entity (like an input_number controlling an automation).
  • If your duration is in seconds or minutes or hours, you can specify those units
  • If you make an oopsie in the configuration, the card is more likely to tell you what you did wrong
  • The debug panel should now match the theme color
  • I fixed a bug where when specifying duration as an attribute, the card would not show any progress bar

v1.5

25 Jun 06:43

Choose a tag to compare

This release fixes a small bug where the card may not always update in the editor view.

I've also added a debugging mode to the card for help get unsupported entities set up.

v1.4

24 Jun 20:41

Choose a tag to compare

  • Translations! The card uses the built-in Home Assistant translations now, so if your primary language isn't English, states will be correctly translated!
  • Fix alignment issues when using RTL languages
  • You can now configure whether the progress bar progresses from right to left or left to right!

v1.3

23 Jun 08:20

Choose a tag to compare

This card now supports more types of entities by allowing durations to be fixed if the timer doesn't have a duration attribute. If your entity's attributes use different names than what the card is expecting, you can change the attributes used!

This is all much better explained in the readme documentation.

v1.2

22 Jun 12:06

Choose a tag to compare

  • Added translation option in case you'd like to rename state values
  • If you're using the card, you can now configure each entity individually if you'd like
  • More code! Yay code!

v1.1

19 Jun 07:04

Choose a tag to compare

Added config option for styling based on timer percent + a few bugfixes

v1.0

14 Jun 17:43

Choose a tag to compare

Initial commit