#Prevent acknowledgement sound when triggering automations from Voice PE button?

1 messages · Page 1 of 1 (latest)

lost moon
#

Sorry if this has been asked before, I feel like it should be a common question but can't seem to find an answer anywhere, maybe my google-fu is just bad.

How do I prevent the acknowledgement sound from playing when I trigger an automation with the button on the Voice PE?

I know I can mute it but that then causes the problem of the red light staying on permanently, which is no good for night time.

lost moon
#

bump

craggy yew
#

the wake sound in the device settings can turn that off

lost moon
#

No for example when you double press, triple, press, or hold the button, it makes a corresponding sound.

craggy yew
#

i have a work around

#

use tts.speak to send a tts to the speaker thats blank (just a space) it will override the sound effect but not actually play anything

#

e.g.

#
action: tts.speak
metadata: {}
data:
  cache: true
  media_player_entity_id: media_player.mk_room_voice_media_player
  message: " "
target:
  entity_id: tts.piper
lost moon
#

Perfect, thanks!