I am creating a script which will eventually have several branches. I would like to reference the alias of the script in my notification title. The script as shown results in a null value where the alias should be. Any clue about what I am doing wrong?
sequence:
- action: notify.persistent_notification
metadata: {}
data:
message: Message body
title: title = '{{ alias }}'
alias: demo_script
description: ""