Hi Tom,
Thank you for the response and detail.
Just to clarify, can I add the target inside the Visual Automation UI or do I have to add to .yaml?
Thank you,
~Bryan
name: smtpmail
platform: smtp
server: smtp.office365.com
port: 587
timeout: 15
starttls: true
username: !secret notification_username
password: !secret notification_password
sender: !secret notification_sender
recipient:
- !secret notification_recipient # This is default recipient needed for smtp notifier to load. Can be overridden by target in automation (see below).
# Within the Automation YAML
data:
title: "⚠️ Shopping Reminder"
message: |
Don't Forget the Milk!{{"\r\n"}}
target:
- [email protected]
- [email protected]
data: