Nicely done! How did you change the “due in” part to hours?
I’ve come so far that i think it’s in this section :
state_display: |
[[[
var last_completed = new Date(entity.attributes.last_completed);
var due = new Date(last_completed.valueOf() + entity.attributes.frequency_ms);
return `
by ${due.toLocaleDateString("en-US", {weekday: 'short', day:'numeric'})}
`;
]]]
Hi guys, how do I get the visualisation to show the ‘Did it’ on the right? At the moment I can only click on the task and then get a dialogue in English etc…
A question from a total newbie: would it be possible to somehow count the number of acitivities that are due in order to conditionally format another card? I’d like to have a button show up on my dashboard only when I’ve got an acitivity that is due today.
Starting to test this out now, really love the effort and work put into this @OptimalHome !
When I was looking at trying to build this out myself, I had an idea for the UI, whereby the pill for each task would have a green background, which would slowly turn yellow, then orange, and finally red when the target time was reached… then when you’d click to reset it, it would flip back to green.
The idea being that you could see those tasks needing attention with a quick glance at any dashboard with those cards displayed.
So I built a very basic capability to support this. By using soonHours and card-mod, you can support 1 additional styling.
This means you could green, yellow, red, where yellow represents “it will be due within soonHours”. I couldn’t figure out a good design that could support an arbritary number of stylings.
This is an amazing component, thank you for building it. I am now using it to add my dogs medication reminders and tracking for replacing toothbrush heads, etc… lots of first world problems
Is there a way I can make a task recurrence monthly (i.e. the same date every month). Right now, I’ve set the days to 30, but I need to give my dog his meds on the 7th of every month.
Your request is probably the #1 request. I honestly have pushed back on adding it because the original vision was to fill the gap that other todo lists didn’t support for me. But folks have convinced me to revisit this.
That said, it’s a more complicated design to support and I don’t see an obvious path to supporting it. Not to say its impossible but will take a while.
Fantastic. If I might humbly suggest, you could look at how calendar pickers work, with their recurrence. I think there should be other addons that might have that feature…
In my head, the ideal approach would be to replicae something most people are used to already, like a Gmail or Outlook style. If I knew how to do it though, I’d have done it already…
Hi i’ve been using the custom check button card for some years.
ITs not maintained anymore, so i am too looking for alternative…
I found out this one, however i cant really figure out how to set up nicely.
I see thi
How do i get rid of the icon next to “Tuin”
How can i change the time it repeats, now i set 3 months but i want longer, but i cant change anymore?
Also, why are you showing custom button card yaml’s instead of the card you made especially for this integration?
The custom button cards look far more appealing then the special one…
Also the special card hasnt the “i did it” button anymore? but now a popup is showing yes you did it, confirm? Why can you disable?
I just came across this as well, looked at several Chore/Task trackers but seem overly complicated, no HA integration or have to pay for the service if you go past a certain amount of tasks.
All I am after is Recurring tasks, sub-tasks, assign task to someone (not too important) and if possible add it to a calendar.
Hi there - happy to take a stab at answering! I’m mostly just keeping this component functioning, but don’t have time right now to do any active development.
I don’t think I added a feature to remove that icon, so it might require a feature request
If you go to Developer Tools > Actions you can find an activity called “Update Activity”. You can edit the recurrence there.
Haha - good point. I should update it to show case the activity manager card. When I first wrote it, a lot of people wanted to build their own custom cards.
I switched to the popup mode, so I think you’ll need a custom card.
ok i will add a feature to remove icon
Would be nice if you could edit the recurrence straigth from the ard.
About the 2 different popups… one with your card, and a second with the custom card. How can that be they are both different?
The first one is also completely in english, the second one is half my language (dutch) and the other half in english.
I dont understand this, shouldnt this be the same popup? Is it also able to put everything in my language? dutch… happy to help to translate.