Aohzan / hass-blueprints

My personnal collection of Home-Assistant's blueprints
Apache License 2.0
13 stars 14 forks source link

Feature request #12

Open kylewilliams321 opened 1 month ago

kylewilliams321 commented 1 month ago

I use this blueprint and for the most part really like it as a daily reminder to take my meds.

however, I think there is one improvement that will make this much better in my eyes.

Situation: Sometimes I wake up early and right before brushing my teeth I'll just take my meds then... and then I go into HA and click my input boolean that I took the meds already. I expected this to then turn off the first run of the daily reminders as there is no need to send reminder because I already took the meds.

However, this doesn't appear to be the case. I have 9am as the set start time and right at 9am the input boolean resets to off and the automation runs reminding me to take the meds.

So I propose a way to turn it off ahead of time if you wanted to take your meds already and didn't need to be reminded.

Thanks!

Aohzan commented 1 month ago

currently, it turn off the input_boolean at the beginning, if I remove this, and add a condition to not run the automation if the input_boolean is already on, everyone one should ask a new automation to reset the state of the input_boolean before the run of this blueprint

kylewilliams321 commented 1 month ago

Right, make another input saying at what time the input Boolean should be reset. I actually am resetting mine along with a few other non related input booleans at 2am everyday.

But you could add in a reset time where the state goes back to off daily.

Thoughts?

On Wed, Jul 31, 2024 at 9:13 AM Matthieu Bourgain @.***> wrote:

currently, it turn off the input_boolean at the beginning, if I remove this, and add a condition to not run the automation if the input_boolean is already on, everyone one should ask a new automation to reset the state of the input_boolean before the run of this blueprint

— Reply to this email directly, view it on GitHub https://github.com/Aohzan/hass-blueprints/issues/12#issuecomment-2260625839, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ3NWNVTFPAWZQAJDIQEV3ZPDWHJAVCNFSM6AAAAABLYR5HOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRQGYZDKOBTHE . You are receiving this because you authored the thread.Message ID: @.***>

Aohzan commented 1 month ago

I don't think it will work because it is another automation

kylewilliams321 commented 1 month ago

Ohhh so it can’t do two things? 1) everything as before 2) also turn off automation at a specific time?

On Wed, Jul 31, 2024 at 12:12 PM Matthieu Bourgain @.***> wrote:

I don't think it will work because it is another automation

— Reply to this email directly, view it on GitHub https://github.com/Aohzan/hass-blueprints/issues/12#issuecomment-2260987604, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ3NWMCLWKFTWDX3SERTGTZPELIBAVCNFSM6AAAAABLYR5HOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRQHE4DONRQGQ . You are receiving this because you authored the thread.Message ID: @.***>