diff --git a/atom.xml b/atom.xml index ba8890b160..d89e004284 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To use notifications, please see the getting started with automation page.
...
-
-action:
+action:
service: notify.NOTIFIER_NAME
data:
title: Send URL
@@ -146,8 +144,24 @@
- - url (Required): Page URL to send with pushbullet.
+ - url (Required): Page URL to send with Pushbullet.
+ File support
+action:
+ service: notify.NOTIFIER_NAME
+ data:
+ title: Send file
+ message: This is a file
+ data:
+ file: /path/to/my/file
+
+
+
+ - file (Required): File to send with Pushbullet.
+
+
+Don’t forget to whitelist external directories, so Home Assistant has access to them.
+