#Trigger for assist
1 messages · Page 1 of 1 (latest)
generically? the assist_satellite.xyz entity changes state to "responding" (and then to "idle" when done) so you could trigger off that if you wanted to.
however... what are you actually trying to do?
This feels like a XY Problem
I have a Home Assistant voice thingy, I currently have it setup that Gemini is the fallback when it doesn't recognize a sentence, what I want to achieve is that it grabs the sentences that it doesn't recognize (so the ones that get send to gemini) and that it suggests local sentences, thus relying less on AI, saving me money in the long term
I am not sure I can think of a good way to do that...
but perhaps something along the lines of asking the ai if it thinks there would be a better way of doing this using stock intents it should make that recommendation via a notification action.
although I have no idea if that would actually work or not.
you might be better off just checking the traces and trying to slowly narrow it down.
the local intents are a bit limited and cannot correct for mistakes in the STT etc...
I've catched some events from the gemini integration, that does tell if a llm was used but not what prompt :/
if you look at the voice pipeline debug trace you will get more info but it only stores the most recent few calls and doesn't persist through restart.
That's fine, I will probably store unrecognized sentences in a to-do list. Is there any way that I can access the debug from an automation?
no unfortunately there is not
Ah that sucks
Well thanks for your help, maybe i can find another way to make this work.
no worries, good luck with it.