#How do I show timer-remaining in a card?

1 messages · Page 1 of 1 (latest)

shrewd quartz
#

I want to display a horizontal stack with two cards: dining-lights (group; state) and timer-left. I created a stack with two mushroom entity cards, but the second one only shows "active". How do I display the remaining time there?

dense pilot
#

Remaining state attribute is not a countdown timer. It does not update as time counts down.

shrewd quartz
#

oops! what should I use? and how? 🙂

dense pilot
#

What kind of card are you using? Is "timer" a card?

#

oh nvm you said mushroom entity.

shrewd quartz
#

I created a helper of type timer. That's all so far. I'm open to using other types of cards.

dense pilot
#

If you add a timer to a tile card it will show the remaining time by default

#

Or an entities card

untold ruin
#

I believe that it does that by creating its own timer in the frontend to mirror the one handled in the backend, so you're limited in what you can do to change how or where it's displayed

shrewd quartz
#

I operate my helper-timer from Node-red, so I want to display it. Is there a way?

dense pilot
#

Yes. Create a tile card. For entity, give it your timer. That's all you have to do.