Hi
- I have two bins that go out every other week on the same day.
- On one week it’s Black Bin
- On one week it’s Green Bin
- Rinse and repeat.
I want to setup a biweekly notification reminder so I don’t get a notification every week that the Black Bin needs to go out. I just want the notification every other week.
Here is my current setup. I don’t know how to change it to biweekly??
alias: Black Bin Reminder
description: ''
trigger:
- platform: time
at: '20:00'
condition:
- condition: time
weekday:
- wed
action:
- service: notify.alexa_media_gordon_s_echo
data:
message: Bin Reminder - Black Bin To Go Out Tonight
data:
type: announce
method: all
mode: single