automations.yaml

This commit is contained in:
Home Assistant Version Control
2026-07-24 17:11:45 +00:00
parent ee41b88d37
commit 51d9377a29
+2 -7
View File
@@ -2752,17 +2752,12 @@
- variables:
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') }}
notification_id: blink_backyard_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
- action: camera.snapshot
target:
entity_id: camera.blink_backyard_shed
entity_id: camera.blink_backyard
data:
filename: /media/{{ snapshot_filename }}
- action: camera.snapshot
target:
entity_id: camera.blink_backyard_shed
data:
filename: /config/www/{{ snapshot_filename }}
- delay:
hours: 0
minutes: 0