#Home Assistant Voice + Ollama Server Integration

1 messages · Page 1 of 1 (latest)

fleet blade
#

Apologies if this is an obvious question, but I've tried resolving it myself and cannot seem to find an answer.

The Ollama integration page says sentence triggers are not supported as part of the integration. (https://www.home-assistant.io/integrations/ollama/)

My question is: can I get Home Assistant Voice, use the default voice triggers ("Hey Jarvis" etc.), and connect that device to a local Ollama server such that Home Assistant Voice serves an AI chatbot with my Ollama server doing the heavy lifting?

For example, if I'm in my kitchen near Home Assistant Voice and say, "Hey Jarvis, what is the capital of Kenya?" can it fetch the answer from my Ollama server and voice it to me?

Thanks in advance!

Home Assistant

Instructions on how to integrate Ollama

young fjord
#

So all the doc is trying to say is that an LLM, even one allowed to control your home in settings, does not pay attention to sentence triggers. If you ask it to do something it will look at what is exposed to it and try to figure out the best action to take based on the query and the data it knows about (exposed entities, exposed scripts (tools), etc)