Sound wav file after button press

Hi, I’m a newbie and I’m trying to create a button for ringbell, when pressed I want it to play a wav file.
I’m using Hass.io and I can connect to it with samba, but I don’t know where to put the wav file and how to call it after.
I’ve seen some posts referring to put it on folder www, but I can’t get it with samba.

Many thanks for your help…

You gotta create the www folder. It’s not created by default.

And restart after creating it.

OK, thanks for your help, but where to create, I only have directories:
addons; backup; config; share; ssl

Because has I look on my research It must be possible to run it with the URL, for example

IP:8123/www/chimes.wav

It should go in the same folder as configuration.yaml. Then you can access the files at your-ip/local/

Thanks it’s working…

Thanks Tediore it’s working now…