Hi, i am an android and synology docker user. I am writing an automation to push a notificatino to my android device, and specified a click action, however it opens the home assistant app instead of the specified URL ( in this case, i want it to open a *different * app that is installed on my device)
i have redacted the device ID from the code below, i am using the “send a notification” template instead of pure YAML
device_id:<id of the mobile phone's entity>
domail: mobile_app
type:notify
message: ALARM SOUNDING
data:
color: FF0000
channel: RED ALERT
clickaction: app://com.abode.abode
the channel part in data works as it triggers a notification sound specific to the red alert channel on my phone’s end and the message appears correctly, however, tapping the notification opens home assistant instead, i also tried ruling out bad link format by using a webpage URL instead and the home assistant app still opened instead