#What is the correct path for local wav file?

1 messages · Page 1 of 1 (latest)

sage canyon
#

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: ????????

brazen cairn
#

Does local means on HA, or on ESP?
Anyways, this is the question for ESPHome Discord. 🙂

sage canyon
#

On HA