(no title)
Cheetah26 | 2 years ago
I currently have a google home and I'm getting increasingly fed up with it. Besides the privacy concerns, it seems like it's getting worse at being an assistant. I'll want my light turned on by saying "light 100" (for light to 100 percent) and it works about 80% of the time, but the others it starts playing a song with a similar name.
I'd be great if this allows limiting / customizing what words and actions you want.
t-vi|2 years ago
kkielhofner|2 years ago
If you don't mind my asking, what do you mean "if it hears something interesting"? Is that based on wake word, or always listen/process?
kkielhofner|2 years ago
There are at least two ways to deal with this frustrating issue with Willow:
- With local command recognition via ESP SR command recognition runs completely on the device and the accepted command syntax is defined. It essentially does "fuzzy" matching to address your light command ("light 100") but there's no way it's going to send some random match to play music.
- When using the inference server -or- local recognition we send the speech to text output to the Home Assistant conversation/intents[0] API and you can define valid actions/matches there.
[0] - https://developers.home-assistant.io/docs/intent_index/
chankstein38|2 years ago
schainks|2 years ago
However, if I spend the time to configure a "scene" with the right presets, Google has no issue figuring it out.
If only it could notice regular patterns about light settings and offer suggestions that I could approve/deny.