#Persistent notification for send camera snapshot to android
1 messages · Page 1 of 1 (latest)
description: 'Send camera snapshot when motion is detected on gate. '
use_blueprint:
path: vorion/send-camera-snapshot-notification-on-motion.yaml
input:
motion_sensor: binary_sensor.gate_line_crossing
camera: camera.generic_camera
notify_device: xxxxxxxxxxxxxxx
delay: 1
notification_title: Motion detected! Gate opened
persistent: true # Set to true to create a persistent notification
tag: "persistent" # Tag is required for the persistent notification
this is how it should be done?