Can you use secrets to hide an email address used for a notification in an automation
For example
- service: notify.pushbullet_notifications
data:
message: "test notification"
target:
- email/[email protected]
title: "Test"
is is as simple as
- service: notify.pushbullet_notifications
data:
message: "test notification"
target:
- email/!secret my_secret_email
title: "Test"