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

      - action: "URI"
        title: "Kamera"
        uri: >-
          intent://scan/#Intent;scheme=reolink;package=com.mcu.reolink;launchFlags=0x14000000;action=android.intent.action.VIEW;S.UID=****************;S.pushVersion=v2;end            

This is the minimum version that works for me accessing the live feed of the camera (no NVR)

There is a setting in the Reolink app “Me” / Settings / Auto Live View (Enter live view page when the App starts), but this intent works regardless of that setting.