|
|
|
|
|
by kkielhofner
1128 days ago
|
|
Totally get it! 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/ |
|