automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-24 17:10:59 +00:00
parent 16fa7657f6
commit 61cf4f1456
+6 -11
View File
@@ -934,17 +934,12 @@
snapshot_filename: blink_shed_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg snapshot_filename: blink_shed_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg
- variables: - variables:
notification_id: blink_shed_{{ now().strftime('%Y%m%d_%H%M%S_%f') }} notification_id: blink_shed_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
- action: camera.snapshot - action: camera.snapshot
target: target:
entity_id: camera.blink_backyard_shed entity_id: camera.blink_backyard
data: data:
filename: /config/www/{{ snapshot_filename }} filename: /media/{{ snapshot_filename }}
- action: camera.snapshot - delay:
target:
entity_id: camera.blink_backyard_shed
data:
filename: /media/{{ snapshot_filename }}
- delay:
hours: 0 hours: 0
minutes: 0 minutes: 0
seconds: 2 seconds: 2