iOS icon indicating copy to clipboard operation
iOS copied to clipboard

clear_notification is not working on MacOS

Open conorlap opened this issue 3 years ago • 6 comments
trafficstars

Device model, version and app version

Model Name: MacBook Pro (Retina, 15-inch, Late 2013) macOS Version: 11.6.2 App Version: 2021.12 (2021.322) Safari Version: Version 15.2 (16612.3.6.1.8, 16612)

Home Assistant Core Version core-2021.12.9

Describe the bug clear_notification is not working as expected for MacOS

To Reproduce

service: notify.mobile_app_conors_macbook_pro
data:
  message: Someone is at the door
  data:
    tag: "doorbellpress"
    image: /local/snapshots/amcrest_snapshot.jpg
    push:
      sound: 
        name: doorbell.wav


service: notify.mobile_app_conors_macbook_pro
data:
  message: "clear_notification"
  data:
    tag: "doorbellpress"

Expected behavior

The notification should clear once the clear_notification is sent.

conorlap avatar Jan 13 '22 12:01 conorlap

Same on iOS 15.2.

Stooovie avatar Jan 28 '22 20:01 Stooovie

I'm seeing this as well, I'm on version 2022.3. The app doesn't actually show a notification with the text clear_notification so it seems to recognize that the notification is special. But it doesn't clear out the existing notification with that tag like I would expect.

mdegat01 avatar Mar 15 '22 19:03 mdegat01

This issue still seems to be active. I remember I've used the clear_notification function perfectly. But now it doesn't seem to work anymore.

tim-brand avatar Oct 18 '22 07:10 tim-brand