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: - variables:
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_backyard_{{ 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: /media/{{ snapshot_filename }} filename: /media/{{ snapshot_filename }}
- action: camera.snapshot
target:
entity_id: camera.blink_backyard_shed
data:
filename: /config/www/{{ snapshot_filename }}
- delay: - delay:
hours: 0 hours: 0
minutes: 0 minutes: 0