automations.yaml
This commit is contained in:
+12
-12
@@ -1005,18 +1005,18 @@
|
|||||||
data:
|
data:
|
||||||
filename: /config/www/blinkTree.jpg
|
filename: /config/www/blinkTree.jpg
|
||||||
- delay: 00:00:02
|
- delay: 00:00:02
|
||||||
- action: ai_task.generate_data
|
- action: ai_task.generate_data
|
||||||
continue_on_error: true
|
continue_on_error: true
|
||||||
response_variable: ai_profile
|
response_variable: ai_profile
|
||||||
data:
|
data:
|
||||||
task_name: Blink InShed Camera Analysis
|
task_name: Blink InShed 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. Focus on any people,
|
instructions: Describe what you see in this image in brief. Focus on any people,
|
||||||
objects, or activities. Text needs to be max 225 characters.
|
objects, or activities. Text needs to be max 225 characters.
|
||||||
attachments:
|
attachments:
|
||||||
- media_content_id: media-source://media_source/local/blinkTree.jpg
|
- media_content_id: media-source://media_source/local/blinkTree.jpg
|
||||||
media_content_type: image/jpeg
|
media_content_type: image/jpeg
|
||||||
- action: notify.notify
|
- action: notify.notify
|
||||||
data:
|
data:
|
||||||
title: Motion Detected - Backyard Tree
|
title: Motion Detected - Backyard Tree
|
||||||
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
message: "{{ ai_profile.data if ai_profile is defined and 'data' in ai_profile
|
||||||
|
|||||||
Reference in New Issue
Block a user