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

Hi All,

It seems I have the latest vevrsion of the android app, and the notification still seems to work for me:

Note: this is with a NVR

notification_icon: mdi:doorbell-video
ttl: 0
priority: high
image: >-
  http://{{ IP HERE }}/cgi-bin/api.cgi?cmd=Snap&channel=0&rs={{ ID }}&user={{ USERNAME }}&password={{ PASSWORD HERE, No longer than 8 chars? }}
actions:
  - action: Remind
    title: Ignore me
    icon: sfsymbols:xmark
    destructive: true
clickAction: >-
  intent:
  #Intent;launchFlags=0x14000000;component=com.mcu.reolink/com.android.bc.login.WelcomeActivity;S.UID={{ UID }};S.ALMTIME={{now().isoformat()}};S.ALMNAME=Detection;S.DEVNAME={{ChannelName}};S.ALMTYPE=PEOPLE;S.ALMCHN=1;end

Replace all the {{}} with your own data ofcourse :slight_smile:

1 Like

Very enoying, was running into the same problem.
This works but is not near as smooth as it was (really):

  • action: OPENREOLINK_IOS
    title: Reolink
    icon: sfsymbols:video
    url: https://apps.apple.com/nl/app/reolink/id995927563

Hi, is this the only/right way to open the app on iOS?
It seems to me that by opening a public url, there could be a lot of delay.

I hope it’s not because this is UX/UI hell :slight_smile: