Setup Time & Date Push Notifications

Trying to setup a date & time to a notify.push_bullet service. I can get it working with just the time, but trying to add a date function as well. Any help would be appreciated!



  - alias: Take Out The Trash Alert
        trigger:
          platform: time
          hours: 13
          minutes: 20
          seconds: 0
          weekday:
            - sat
        action:
          service: notify.push_bullet
          data:
            message: 'Take Out The Trash

Don’t think my formatting posted properly. I have two spaces after each under line. Not a formatting issue.

There is also a automation: line at the very top that didn’t post either. Sorry very new to this and trying my best to learn on my own.

Time triggers only do time, so to include days, you’ll need to include a time condition. Time conditions allow days, see:

Thank you so much! @RealGandy

Aside: I use the Google Calendar components to speak reminders when today or tomorrow is trash day or trash + recycle day. Handy.

@ih8gates
How do you solve that?

Described here:

Ok thank you.
But how do you search for an google calendar event which is tomorrow ?