Asking about Events
LLM Vision can remember events and store them so you can ask about them later.
Last updated
Was this helpful?
LLM Vision can remember events and store them so you can ask about them later.
Last updated
Was this helpful?
To be able to ask about events in the timeline, you need to install and set up one of the integrations mentioned above.
In the conversation integration settings you will need to set 'Control Home Assistant' to 'Assist'. This allows the integration to control devices exposed to assist.
Create a new script with the code below.
Set up an assist pipeline in Home Assistant:
'Add Assistant'
Give it a name and select your conversation integration as the 'Conversation Agent'
(optional) If you want to be able to talk to your Assistant, add a TTS and STT configuration
You can now ask Assist about events that happened today.
If Assist cannot answer questions about events, you may need to include some additional prompting in the system prompt. Instruct it to 'use the get_camera_events
tool when asked about events'.
The easiest way to automatically add events to the timeline, is to use the . In your own automations, set remember
to true
. If you want to add custom events, use the .
This guide has been tested with , but should work with and as well.
Expose the script to assist. Follow to learn how to expose entities to assist.
Go to