I’ve been over this for the past 30 minutes and can’t see what the problem, it’s probably because I’ve been looking at it for so long. Could a fresh pair of eyes see the issue?
Thanks
actions:
- data:
filename: /config/temp/Doorbell_pressed_image.png
target:
entity_id: camera.driveway
action: camera.snapshot
- action: google_generative_ai_conversation.generate_content
metadata: {}
data:
prompt: "in the style of Ricky Gervais, tell me who is at the door in 5 words."
image_filename: /config/temp/Doorbell_pressed_image.png
response_variable: generated_content
- action: notify.mobile_app_blobfishs_iphone
data:
title: Doorbell Pressed
message: "{{generated_content['text'] }}"
data:
image: /config/temp/Doorbell_pressed_image.png