automations.yaml
This commit is contained in:
+3
-3
@@ -2609,12 +2609,12 @@
|
|||||||
notification_id: blink_front_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
|
notification_id: blink_front_{{ now().strftime('%Y%m%d_%H%M%S_%f') }}
|
||||||
- action: camera.snapshot
|
- action: camera.snapshot
|
||||||
target:
|
target:
|
||||||
entity_id: camera.blink_backyard
|
entity_id: camera.blink_front
|
||||||
data:
|
data:
|
||||||
filename: /media/{{ snapshot_filename }}
|
filename: /media/{{ snapshot_filename }}
|
||||||
- action: camera.snapshot
|
- action: camera.snapshot
|
||||||
target:
|
target:
|
||||||
entity_id: camera.blink_backyard
|
entity_id: camera.blink_front
|
||||||
data:
|
data:
|
||||||
filename: /config/www/{{ snapshot_filename }}
|
filename: /config/www/{{ snapshot_filename }}
|
||||||
- delay:
|
- delay:
|
||||||
@@ -2625,7 +2625,7 @@
|
|||||||
- action: ai_task.generate_data
|
- action: ai_task.generate_data
|
||||||
continue_on_error: true
|
continue_on_error: true
|
||||||
data:
|
data:
|
||||||
task_name: Nest Front Camera Analysis
|
task_name: Blink Front Camera Analysis
|
||||||
entity_id: ai_task.ollama_ai_task_video
|
entity_id: ai_task.ollama_ai_task_video
|
||||||
instructions: Describe what you see in this image in brief, but make it a little
|
instructions: Describe what you see in this image in brief, but make it a little
|
||||||
humorous. Focus on any people, objects, animals or activities.
|
humorous. Focus on any people, objects, animals or activities.
|
||||||
|
|||||||
Reference in New Issue
Block a user