Reolink: How do I create a home assistant notification with a link that opens the reolink camera app?

I can open the reolink app with a camera selected by the UID:

service: notify.mobile_app_<your_device_id_here>
data:
  message: This message will open the camera selected by S.UID on the Reolink app
  data:
    priority: high
    ttl: 0
    clickAction: >-
      intent:#Intent;launchFlags=0x14000000;component=com.mcu.reolink/com.android.bc.login.WelcomeActivity;S.UID=998877AABBCC;S.ALMTIME={{now().isoformat()}};S.ALMNAME=Detection;S.DEVNAME=DontCare;S.ALMTYPE=PEOPLE;S.ALMCHN=1;end
4 Likes