I’d like a better way to remind myself to do certain things.
For this example, scooping the cat litter.
It needs to happen once per day and I need to be reminded of it audibly, persistently, until the task is complete.
I can handle the notification trigger and audio, but I’m wondering how I would handle, via voice command, disabling the notification once the task is complete, and ensuring that it’s reset for the following day.
Well, presumably your audio warning is going to be done with a ‘repeat until’, so activate whatever needs to be true for the loop to stop like an input_boolean or something.
On it. Input boolean already created. Now I just have to craft a scheduling system so it only notifies me during specific time windows, and when the baby-crib scale doesn’t register a value. ;).