Quick question for those in the know, I want to use the new voice PE’s button to trigger automations and/or scripts but note that when double, triple or hold action is carried out the PE plays a tune - is there a way of disabling this function ?
Reason being that at present the PE is being used in the bedroom and sits right next to a button we use for automations and would love to replicate the current buttons functions and repurpose the switch elsewhere, but because its used at night the feedback noise is not acceptable in the middle of the night.
So, using the above action for each of the 3 (4?) events as the first action should mute it before it can play a sound - might even be able to add an if-then-else functionality in there that only mutes it e.g. between 10pm and 7am.
Thanks that may be the way I go, however do you know if I adopt it in ESP home and modify the relevant code, does this mean that whenever it gets updated it will over write my changes or will they remain ? Thanks again
Note how this config imports a package. When the code on GitHub changes, you will get those updates the next time you rebuild and install your firmware. (But no OTA auto-updates.)
If you want to actually change or remove the built-in behavior (and not just add some entities) you might be required to copy the referred YAML file into your config and remove the package reference. At that point you will no longer get config changes automatically. The YAML you copied will still contain an external_components definition, which means you will still get code changes, whenever you recompile your firmware.