Skip to content

Commit 9903133

Browse files
Merge pull request #468 from valentinfrlch/v1.5.1-beta
v1.5.1
2 parents de39609 + 3564b6d commit 9903133

24 files changed

+3500
-1547
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<p align=center>
88
<img src=https://img.shields.io/badge/HACS-Default-orange.svg>
99
<img src="https://img.shields.io/maintenance/yes/2025.svg">
10-
<img src=https://img.shields.io/badge/version-1.5.0-blue>
10+
<img src=https://img.shields.io/badge/version-1.5.1-blue>
1111
<img alt="Issues" src="https://img.shields.io/github/issues/valentinfrlch/ha-llmvision?color=0088ff">
1212
<img alt="Static Badge" src="https://img.shields.io/badge/support-buymeacoffee?logo=buymeacoffee&logoColor=black&color=%23FFDD00&link=https%3A%2F%2Fbuymeacoffee.com%2Fvalentinfrlch">
1313
<p align=center style="font-weight:bold">
14-
Image and video analyzer for Home Assistant using multimodal LLMs
14+
Visual intelligence for your smart home.
1515
</p>
1616
</p>
1717

@@ -36,15 +36,15 @@
3636
</p>
3737

3838
## Features
39-
- Compatible with OpenAI, Anthropic Claude, Google Gemini, AWS Bedrock, Groq, [Ollama](https://ollama.com/), [Open WebUI](https://github.com/open-webui/open-webui), [LocalAI](https://github.com/mudler/LocalAI) and providers with OpenAI compatible enpoints.
40-
- Analyzes images and video files, live camera feeds and Frigate events
39+
- Supports OpenRouter, OpenAI, Anthropic, Google Gemini, AWS Bedrock, Azure, Groq, [Ollama](https://ollama.com/), [Open WebUI](https://github.com/open-webui/open-webui), [LocalAI](https://github.com/mudler/LocalAI) and any provider with OpenAI compatible endpoints.
40+
- Answers questions and provides descriptions of images, video files, live camera feeds, and Frigate events based on your prompt.
4141
- Remembers people, pets and objects
42-
- Maintains a timeline of camera events, so you can display them on your dashboard and ask Assist about them
42+
- Keeps a timeline of camera events, so you can display them on your dashboard or ask Assist about them.
4343
- Seamlessly updates sensors based on data extracted from camera streams, images or videos
4444

4545
<br>
4646

47-
See the [website](https://llmvision.org) for the latest features as well as examples.
47+
See the [website](https://llmvision.org) for the latest features and examples.
4848
<img width="1027" alt="Bentoboard" src="https://github.com/user-attachments/assets/68af19b0-7000-4e5f-a3d3-c180ec2905f2" />
4949

5050

@@ -61,7 +61,15 @@ See the [website](https://llmvision.org) for the latest features as well as exam
6161
2. **Restart** Home Assistant
6262
3. **Search for `LLM Vision`** in Home Assistant Settings/Devices & services
6363
4. **Press submit** to continue setup with default settings
64-
5. **Press 'Add Entry'** to add your first AI Provider
64+
5. **Set up the media folder** LLM Vision uses the more secure `/media` folder for storing snapshots. Add the following to your `configuration.yaml`:
65+
```yaml
66+
homeassistant:
67+
media_dirs:
68+
llmvision: /config/media/llmvision
69+
```
70+
Then restart Home Assistant again to apply the changes.
71+
6. **Return to the LLM Vision Integration Page**
72+
7. **Press 'Add Entry'** to add your first AI Provider
6573
6674
Detailed setup instructions and documentation is available here: [LLM Vision Documentation](https://llm-vision.gitbook.io/getting-started/setup/providers)
6775
@@ -76,10 +84,11 @@ With the easy to use blueprint, you'll get camera event notifications intelligen
7684
[Learn how to install the blueprint](https://llm-vision.gitbook.io/getting-started/setup/blueprint)
7785
7886
## Resources
79-
Check the docs for detailed instructions on how to set up LLM Vision and each of the supported providers, get inspiration from examples or join the discussion on the Home Assistant Community.
87+
Check the docs for detailed instructions on how to set up LLM Vision and each of the supported providers, get inspiration from examples or join the discussion on the Home Assistant Community and Discord.
8088
8189
<a href="https://llmvision.org"><img alt="Static Badge" src="https://img.shields.io/badge/website-teal?style=for-the-badge&&logoColor=white&link=https%3A%2F%2Fvalentinfrlch.github.io%2Fllmvision%2F"></a>
8290
<a href="https://llm-vision.gitbook.io/getting-started"><img src="https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=gitbook&logoColor=white&color=18bcf2"/> </a><a href="https://llmvision.org/gallery/"><img src="https://img.shields.io/badge/Examples-blue?style=for-the-badge&logo=gitbook&logoColor=black&color=39ffc2"/></a> </a><a href="https://community.home-assistant.io/t/llm-vision-let-home-assistant-see/729241"><img src="https://img.shields.io/badge/Community-blue?style=for-the-badge&logo=homeassistant&logoColor=white&color=03a9f4"/></a>
91+
<a href="https://discord.gg/wuFeMfCMRB"><img src="https://img.shields.io/badge/Discord-blue?style=for-the-badge&logo=discord&logoColor=white&color=7289da"/> </a>
8392
8493
For technical questions see the discussions tab.
8594

benchmark_visualization/benchmark_data.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
Model,Size,Date,Overall,Cost
2+
GPT-5,-,2025-03-08,84.2,1.25
3+
GPT-5 mini,-,2025-03-08,81.6,0.25
4+
Gemini 2.5 Pro,-,2025-03-08,79.7,1.25
5+
Gemini 2.5 Flash,-,2025-03-08,75.8,0.3
6+
Claude Opus 4.1,-,2025-02-05,77.1,15
7+
Claude Sonnet 4,-,2025-02-05,76.5,3
28
Lama 3.2 90B,90B,2024-09-25,60.3,0.00000001
39
Llama 3.2 11B,11B,2024-09-25,50.7,0.00000001
410
Gemma3:4b,4B,2025-03-08,48.8,0.00000001
-24.7 KB
Loading

0 commit comments

Comments
 (0)