#Action to Notification to open Reolink app on IOS device

1 messages · Page 1 of 1 (latest)

low rose
#

Hello Community,

I tried to read a lot about this but I didnt found real answer to my question and there is no solution yet on the forum also. I seen its possible on android.

I wanted to create an automation what is doing a snapshot of my camera feed whenever there is a movement detected in my garden. This is working perfectly, but I also want to make it open the Reolink app for fast check on the last record.

Is it possible on IOS or not yet?

Thank you very much!
Best regards,
Gery

low rose
#

Solved with this:

description: Notify - Entrance Camera Snapshot Human
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.reolink_entrance_szemely
conditions: []
actions:
  - action: camera.snapshot
    target:
      device_id: b75be1d441ba1070a7ab964769073093
    data:
      filename: /config/www/snapshot_human.jpg
  - action: notify.notify
    metadata: {}
    data:
      message: 🚶‍➡️Mozgás a bejáratnál🚶‍➡️
      data:
        attachment:
          url: /local/snapshot_human.jpg
        actions:
          - action: null
            title: Visszanézés
            uri: fb1675493782511558://
mode: single