Create a Counter that increases until reset

Hi There,

I’m trying to create a counter that will increase overtime (days) until the counter is reset. I want to reset the counter via an iOS actionable notification.

Each day I want a message sent to remind me/wife to check our dogs water bowl, if we ignore or don’t get the message after x days we get a message via Sonos that tells us to look etc.

I’ve created the counter

counter:
    tess_bowl:
        initial: 0
        step: 1
        icon: mdi:dog

I would prefer to create this via Node Red, however not sure how to approach this.

I’m thinking the following?

Count days since reset?

The counter will increase until reset, the reset can be achieved via am iOS actionable notification or a button within HA?

Ok…

So using Node Red I essentially have injected a daily stamp that will increase the counter, which is working. I then created a notification that sends me a message however… the button is only visble on my apple watch?

Is there a reason or a setting i’m missing?

Hay bro thought about doing it the other way

using a Leak Sensor Flood Detector

or
doing this

      dry_water_bowl:
        friendly_name: "dry water bowl"
        value_template: >-
          {{not is_state("binary_sensor.dry_water_bowl",'on')}}
        device_class: moisture

that should change the

On the Apple Watch the actions show up automatically. On the iPhone you have to long-touch the notification to see the actions (I have an iPhone 6S - not sure if it’s different on newer phones).