I have a couple of voice assist items. In the yaml file I have these lines to point to a wav file to when the timer is finished:
file:
- id: timer_finished_wave_file
file: https://github.com/esphome/firmware/raw/main/voice-assistant/sounds/timer_finished.wav
After the latest update (2024.10), and I dont know how it is related, I cannot get a file validated with those lines. I would like to have that wav file called from my local instance but I do not know the correct url for it. I am using HAOS on a micro computer. Currently I have the sound file in the www/sounds directory. I thought I could use the local url but it does not work.
What would be the correct format to use the local sound file?
file: ????????