Hi!
I am using this action in one of my automations:
action: notify.alexa_media
data:
message: >-
<audio
src='https://XXXXXXXXXXX.ui.nabu.casa/local/mp3/shishi.mp3'/>
target: media_player.kitchen_echo_pop
data:
type: tts
automation yaml -
http://pastie.org/p/4pW85gDzKG8Bv8xrKJKJfC
Currently the automation works great.
I have set the full path of my nabu casa via secrets.yaml and I was wondering if I can change the part of the full link to the !secret command somehow.
Thanks for help!