
homeassistant/configuration.yaml
homeassistant:
allowlist_external_dirs:
- /config/wwwDeveloper Tools/Services
service: camera.snapshot
data:
filename: /config/www/tmp/snapshot_test1.jpg
target:
entity_id: camera.YOUR_CAMERADeveloper Tools/Services
service: llmvision.image_analyzer
data:
provider: OpenAI
message: Tell me what you see in this image
image_file: /config/www/tmp/snapshot_test1.jpgDeveloper Tools/Services
service: llmvision.image_analyzer
data:
provider: Google
message: Tell me what you see in this image
image_file: /config/www/tmp/snapshot_test1.jpgDeveloper Tools/Services
service: llmvision.image_analyzer
data:
provider: Ollama
message: Tell me what you see in this image
image_file: /config/www/tmp/snapshot_test1.jpg
model: llava:latestDeveloper Tools/Services
service: notify.mobile_app_YOURDEVICE
data:
title: Test Title
message: Test AI message
data:
image: /local/tmp/snapshot_test1.jpgRecord a Video
service: camera.record
data:
filename: /config/www/tmp/video_snapshot_test.mp4
duration: 15
target:
entity_id: camera.YOUR_CAMERASend notification with Video
service: notify.YOUR_NOTIFY_SERVICE
data:
title: Test Title
message: Test Message
data:
video:
file: /config/www/tmp/video_snapshot_test.mp4