-
-
Notifications
You must be signed in to change notification settings - Fork 27
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 request: closest anniversary coming up (who, how long would it take - count down) #157
Comments
i want this |
You could already do that with HACS custom auto-entities card and custom multiple entity row card ;-) Make your self a dashboard card:
|
Thank you! i tried it, but i have 20 people, i want to only show the closes 3 people and not everyone. or just the 1 person that is closes. is it possible? i couldn't figure out how using your method. |
search for the difference ;-)
|
Nice! it worked! So i would need to get the "closesBirthday("person_name"), and closesBirthday("amountOfDaysLeft") basically |
@BebeMischa : for these 'features' I normally use the html-template-card. And this works for me, but... This would work for me, if there is a way to change the state value (string) to int. I didn't find a solution. Is anybody out there who can show me the right way ?
Because state is a string '9' is more than '20' :-( Many thanks in advance ! |
This is what I use:
|
Yes i know, need Jinja-solution, but don't want to fill up this thread. |
Would be great to have an entity we can simply select and present in the dashboard.
It will contain the name and upcoming new age (if less then a week remaining), and count down of days + icon.
The text was updated successfully, but these errors were encountered: