Skip to content

Commit

Permalink
blueprint: Only analyze trigger camera
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfrlch committed Oct 21, 2024
1 parent 4bacc24 commit 72ced20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/event_summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ action:
sequence:
- service: llmvision.image_analyzer
data:
image_entity: !input camera_entities
image_entity: "{{[trigger.entity_id]}}"
provider: !input provider
model: !input model
message: "{{importance_prompt}}"
Expand Down Expand Up @@ -295,7 +295,7 @@ action:
sequence:
- service: llmvision.stream_analyzer
data:
image_entity: !input camera_entities
image_entity: "{{[trigger.entity_id]}}"
duration: !input duration
provider: !input provider
model: !input model
Expand Down

0 comments on commit 72ced20

Please sign in to comment.