Hello, I'm currently making a blueprint which stops sending notification updates to a user if he dismissed the notification.
However, when listening to mobile_app_notification_cleared events, I've noticed that the device_id isn't corresponding to the one that received the notification.
I tried using device_attr(device_id, 'name') to see which device was returned, but it corresponds to nothing...
So what does this device_id correspond to ?
Thanks for reading 😃