#Can you disable the response for basic intent tasks?
1 messages · Page 1 of 1 (latest)
You can override responses in custom_sentences if you are using the default conversation agent
Do you have any documentation/examples of this available? I'm not seeing a logical way to handle it in the docs or the intents.
Cool, this works. Thanks for the tip.
Is it possible to have the Voice PE play a 'success' audio clip in lieu of a verbal response?' Similar to what Google Home does if the intent target is mapped to the same room as your speaker.
I'm still not getting this. The documentation is very vague. Can this just be put in configuration.yaml? The YAML checker fails whether I nest it in the root or under the conversation: key. My intended entries:
language: "en"
responses:
intents:
HassTurnOn:
default: ""
HassTurnOff:
default: ""
"Responses for existing intents can be customized as well in config/custom_sentences/<language>"
Says it in this section https://www.home-assistant.io/voice_control/custom_sentences_yaml/#customizing-responses
@viscid relic - Here's an example. Note the path / file name.
So VSCode's Studio Code Server's autocomplete/checker for Voice just hasn't been updated?
Yeah i never trust that thing tbh
Not sure if it's done kind of structure thing or something, but I've had it complain about stuff that is in core sentences and intents that i know are 100% correct and that work fine.
Also, I edited it the exact same way, and my validation was not complaining.
But agree with Nick, sometimes the validation is buggy, I've seen it underlying stuff that's definitely fine.