this post was submitted on 28 Jul 2025
17 points (94.7% liked)
homeassistant
15603 readers
4 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would need more information on what you've done here, but I assume you just used the default add-on, which does not handle asynchronous requests like that out of the box. From the very limited docs, it does mention building 'Sentence Triggers'. You'd need to probably do a few things:
Just looking at the code here, none of the currently configured interfaces would be expecting any sort of response back from Ollama such as a web search. It's only using it for local inference about entities and performed sentences within HA itself.
Thanks for the reply and the assistance, @just_another_person@lemmy.world.
I'm not using any add-ons in Home Assistant for this integration, just the Ollama integration (but I suspect that's what you meant).
Its docs say that it doesn't integrate with sentence triggers, so I think this suggestion won't work. :(