#Receiving double push notifications for one automation event

1 messages · Page 1 of 1 (latest)

stoic geode
#

In the past few days/weeks, I have noticed that my Android phone is receiving 2x push notifications for a single week. I have not modified the configurations I have for this or my automations.

I have this:

notify:
  - platform: group
    name: My_devices
    services:
      - service: mobile_app_pixel_9_pro_xl
      - service: desktop
#      - service: shield

And I have this in my automation:

action: notify.My_devices
metadata: {}
data:
  title: Dishwasher Cycle Finished
  message: Go empty the dishwasher!

This only happened recently, but, has anyone confirmed that this is an issue? Or is this a known problem? It isn't just this one automation either, it's any automations that push a notification to my phone using the notify section.