I’m tired of my setup waking me up on weekdays that are holidays or vacation. I would like to create an input_boolean like day off that is true or false and then use that as conditions on my morning routine automations.
Anybody know how I could accomplish something like this?
Like you said, it’s just a matter of making an input_boolean and adding the condition to your automation. If you need help, post your current automation.
You could also make an automation that works off of a google calendar but it’s a little trickier to do.
Are you aware of the Workday Binary Sensor? Check if it supports your country/state to automatically determine public holidays.
It obviously won’t know about your personal leave, but maybe gets you a bit closer to what you are after.
Exxamalte, thanks! Definitely gets me closer. Nice to see this exists.
jer78, I don’t have anything to show yet but thank you I’ll see what I can come up with. I could create a list of dates ahead of time and have HA compare current date to my list but I’m not sure how to do that. I do know know python or any other languages I’m just scraping by with yaml.