Custom Component for creating yearly, monthly, daily and one time reminders

Yes you can have as many as you want, the first example is the correct one.
You call have a look at my own configuration on my github repository.

1 Like

Thank you very much. I will try again this evening.

1 Like

Nice. Thank you very much.

2 Likes

I’ve updated the component.
You can add countdown: true to receive multiple daily reminders for the same event (not relevant for daily reminders).

For example:

wedding_day:
  name: wedding_day
  hour: 10
  day: 19
  month: 03
  message: "Wedding day"
  days_notice: 2
  notifier: ios_tomer
  countdown: true

Will result in three notifications every year:
1 - 17/03 10:00: “Wedding day is due in 2 days”.
2 - 18/03 10:00: “Wedding day is due tomorrow”.
3 - 19/03 10:00: “Wedding day is due today”.

1 Like