Reminder of every other day!

You might try a notification every other 48 hours. Something like this:

automation:
  - alias: "Notify Every Other Day"
    trigger:
      - platform: time
        hours: "/48"
        minutes: 0
        seconds: 0
    action:
      - service: notify.notify
        data:
          message: "Please take your meds!"

Perhaps this is of use, too: