I have a folder named custom_sentences/en with 3 yaml files in it. I have another folder named conversations with matching files in it. The most recent specifically is a file name test.yaml. And I have a Home Assistant Voice Preview Edition, configured to use a Assist Pipeline named MyAssistant.
The file custom_sentences/en/test,yaml:
language: "en"
intents:
test_command:
data:
- sentences:
- "test command"
- "do a test"
The file conversations/test.yaml:
intent_script:
test_command:
speech:
text: "Test command received!"
action:
- service: notify.persistent_notification
data:
message: "The test command was triggered."
In my configuration.yaml file I have this:
conversation:
intent_script: !include_dir_merge_named conservations
If I try to open assist and type in test command, I get:
How can I assist?
test command
Unknown intent test_command
If I try to use “Hey Jarvis . . . . test command” the blue LED spins a moment and then nothing else.
I am stumped. I cannot figure out why this part of my HA is not working. All help appreciated.
Mike
2 posts - 2 participants