toverainc / willow

Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative

Home Page:https://heywillow.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HA Sentence Wildcards Stops Willow

longunmin opened this issue · comments

I have tested this a few times, but it appears that when I try to call an automation in HA via a wildcard sentence, {lists}, willow is unable to perform/access the intent. I am on Willow 0.1.1 and HA 2023.8.4. When I remove the wildcard automation, Willow goes back to working as intended

Willow sends the transcription as-is to Home Assistant and gets the response of whatever it does. Willow has nothing to do with specific parsing of intents, transcripts, commands, actions, etc.

Have you tried it in Home Assistant? You can click the Assist icon in the type right corner of the web interface. Type in your commands as they are transcripted. This way you can debug your intents without having to speak to Willow. When they're configured properly you can speak to Willow and we'll send the transcript that should match your intent , with the outcome being identical to typing it in the web interface.

Just for additional info, I am running latest HA and willow and also have several intents with wildcards that all work fine. :) As Kristian said best thing to do is first test the intent using the assist chat in HA to ensure it is recognized there. If it is not, there may be something going on with how the wildcard is placed into the sentence.

Ok it appears to be a HA issue. I am trying to capture the whole sentence, but doesn't seem to want to allow me to do that