Setup

  1. Search for LLM Vision in Home Assistant Settings > Devices & Services > Add Integration

  2. Press submit. You can always change settings later: LLM Vision Settings > ... > Reconfigure See here for more details: Settings

  3. LLM Vision uses the /media folder to store snapshots for events in the Timeline. Add the following to your configuration.yaml:

Add llmvision /media folder
homeassistant:
  media_dirs:
    llmvision: /config/media/llmvision
  1. Restart Home Assistant to apply the changes.

Continue to learn how to set up your first AI Provider in LLM Vision.

Last updated