-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Display countdown time for timer entities instead of status #684
Comments
Another one with the same issue!!! |
I have implemented this as a separate countdown card instead of hijacking the built in entity card (since this seems to be how must of the cards are done, instead of adding options to existing cards just add another card) @piitaya I'm very happy to create a pull request if this is something that the maintainers might accept, I've seen PRs say that they should have been discussions before prs mushroom-countdown-card https://github.com/RickeyWard/lovelace-mushroom/tree/feature-countdown-timer-card |
Working with maintainers on how to get this feature included, they don't like the idea of making it its own card but they haven't gotten back to me if they want additional options for base entity card. In the meantime I created an addon build that adds the features for anyone that wants it. |
IS there any progress on this? The JS file of @RickeyWard won't let you use a timer. entity. |
Is your feature request related to a problem?
Not related to a problem
Describe the solution you'd like
For the entity card and entity chip can timer entities display the countdown as they do when in a normal entity card please.
Describe alternatives you've considered
templating the calculation produces a countdown that only updates once a minute and is suboptimal when compared with the default entity card
Additional context
the template chip could also use this although I am not sure how it could be implemented
The text was updated successfully, but these errors were encountered: