[BETA] Holidays App

I just wanted to share a super simple app that I wrote because I wanted to track Holidays.

This is how it works:

  • You create 2 variables in the hub "IsHoliday" and "IsHolidayTomorrow"
  • You install the app and enter a list of holidays. For instance: "1/1, 1/15, 5/27, 7/4, 9/2, 10/14, 11/28, 12/25"

The app will run every morning at 12:01 and set those 2 variables true or false.

Then, you can use those variables in your automations/rules.

For instance:

  • Don't heat my office if today is a holiday.
  • Don't tell me to take the trash out if tomorrow is a holiday.

For full instructions see:
lmontedoro/holidays_app: Hubitat App to track holidays (github.com)

4 Likes