Bonjour,
oui c’est possible, avec une automatisation.
un exemple:
description: ""
mode: single
triggers:
- trigger: state
entity_id:
- binary_sensor.reolink_e1_zoom_cell_motion_detection_2
to: "on"
conditions: []
actions:
- data:
filename: /config/www/capture/snapshot_{{ now().strftime("%d%m%y-%H%M") }}.jpg
target:
entity_id: camera.reolink_e1_zoom_profile000_mainstream
action: camera.snapshot
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 0
- data:
title: Caméra Séjour {{now().strftime('(%H:%M) [%d-%m-%y]')}}
message: Mouvement détect, voici une capture.
data:
image: local/capture/snapshot_{{ now().strftime("%d%m%y-%H%M") }}.jpg
action: notify.mobile_app_m2101k9g


