Im new here, well even pretty new to HA, so forgive my lack of knowledge lol.
Can someone tell me if/or can i change the pre announce sound. Ive noticed there is a media id box, but how do i use this? Sorry to be a pain.
Im new here, well even pretty new to HA, so forgive my lack of knowledge lol.
Can someone tell me if/or can i change the pre announce sound. Ive noticed there is a media id box, but how do i use this? Sorry to be a pain.
The easiest option:
Upload the file using a media-browser
Write the path to it in the action
/media/local/file.mp3
I couldn’t figure out how to just modify the config after taking over the PE in ESP Home so I ended up dumping the whole inherited code into ESP Home from github and editing manually what I wanted to do, if there are any updates I can compare and update the code and recompile it in ESP Home.
You just have to make sure you bring over your API key and the name extra. (make backups always)
What i did first was create a flac of the audio i wanted to replace it with, the one built in is <300ms long, so if you can do it in under that it is an easy change, if it is longer you have to make adjustments to delays.
Then I added the audio to the www directory on Home Assistant and changed the code pointer to that so it downloads it (that way if i change it i just re-install and it downloads the new one as part of the compile).
- id: wake_word_triggered_sound
file: http://192.168.69.8:8123/local/wake_word_triggered.flac
Preannonce sound is an option for the assist_satellite.announce and assist_satellite.start_conversation actions.
Where abouts is it documented with examples as I need to increase delays as my sound is longer than the one that is standard.