Seems like this isn’t possible right now. And no other VA on the market will let you do this, it’s obnoxious. I’d just like to be able to disable all audible and visual responses from a VA after giving it a command.
“Hey Jarvis, turn off the lights” > Turns off the lights and says nothing, makes no sound. Simple. Why is this never included as a feature!
What happens if you set the text to speech engine to “None” in Settings | Voice Assistants?
I made a work-around by adding a keyword to “quiet” the response, but I haven’t tested it that extensively…
#automations.yaml
alias: Sentence - Quiet Assist
description: ""
triggers:
- trigger: conversation
command: (quietly) {con_action}
conditions: []
actions:
- set_conversation_response: ""
- action: conversation.process
metadata: {}
data:
text: "{{ trigger.slots.con_action }}"
mode: single