From 47b6c847f157176dad288ff93f37dcb338a4c83d Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Mon, 21 Aug 2017 15:42:24 +0300 Subject: [PATCH] Usage of file directive for pushbullet (#3216) * Usage of file directive for pushbullet This is the missing documentation for PR#8763 in home assistant * Fix spelling and grammar * Replace sample with link --- source/_components/notify.pushbullet.markdown | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index d1cd11a92c0..83b512b437a 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -59,8 +59,6 @@ To use notifications, please see the [getting started with automation page](/get ### {% linkable_title URL support %} ```yaml -... - action: service: notify.NOTIFIER_NAME data: @@ -70,5 +68,23 @@ action: url: google.com ``` -- **url** (*Required*): Page URL to send with pushbullet. +- **url** (*Required*): Page URL to send with Pushbullet. + +### {% linkable_title File support %} + +```yaml +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](/docs/configuration/basic/), so Home Assistant has access to them. +