Timers from an input date time #174
Unanswered
MyWebmasterD
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, you should be able to use your input date time as the type: custom:timer-bar-card
name: Remaining days
entities:
- entity: input_datetime.date
state: { fixed: "active" }
end_time:
entity: input_datetime.date |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to setup a visual appealing card that shows the remaining days from a certain date.
I have an input date time helper to start from.
How can I use it combined with timer bar card?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions