Assist perform task quietly

Please add the ability to have assist not respond when asked to do a command. For example “quietly turn off the light”. Turns off the light without the tts response.

I haven’t tested this extensively, but for basics it seems to be working:

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