iOS
iOS copied to clipboard
clear_notification is not working on MacOS
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.
Same on iOS 15.2.
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.
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.