Any ideas how I would include the alias of the current automation in the notify message: below is an example
- alias: 'test notification'
trigger:
- at: '16:55:00'
platform: time
action:
- service: lock.unlock
- service: notify.notify_tgram
data:
title: 'Door unlocked'
message: 'as per the schedule, the door has been unlocked per {{ alias }}.'