question, my first time writing a script for it. I wrote this script and got an error. I want it to describe who is at my front door with an image.
alias: Doorbell Image With Echo
sequence:
- action: llmvision.image_analyzer
metadata: {}
data:
provider: OpenAI
model: gpt-4o-mini
target_width: 1280
detail: high
max_tokens: 100
temperature: 0.5
image_entity:
- camera.doorbell
- camera.garage
- action: notify.alexa_media_animeking_echo_dot
metadata: {}
data:
cache: true
target: tts.piper
message: "{{response.response_text}}"
- action: notify.mobile_app_luffy1987
metadata: {}
data:
message: "{{response.response_text}}"
description: ""
icon: phu:eufy-doorbell
fields:
prompt:
selector:
text: null
name: prompt
required: true