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
- variables:
notification_id: blink_shed_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
- action: camera.snapshot
target:
entity_id: camera.blink_backyard_shed
data:
filename: /config/www/{{ snapshot_filename }}
- action: camera.snapshot
target:
entity_id: camera.blink_backyard_shed
data:
filename: /media/{{ snapshot_filename }}
- delay:
- action: camera.snapshot
target:
entity_id: camera.blink_backyard
data:
filename: /media/{{ snapshot_filename }}
- delay:
hours: 0
minutes: 0
seconds: 2