From 3d26a4f893aa24ee3c1f9b5708d799ae12cf8d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Fri, 1 Sep 2017 22:03:00 +0200 Subject: [PATCH] Update notify.pushbullet.markdown (#3270) * Update notify.pushbullet.markdown * Minor changes --- source/_components/notify.pushbullet.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index 83b512b437a..0ba8c606f3f 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -84,6 +84,21 @@ action: - **file** (*Required*): File to send with Pushbullet. + +### {% linkable_title File URL support %} + +```yaml +action: + service: notify.NOTIFIER_NAME + data: + title: Send file + message: This is a file URL + data: + file_url: https://cdn.pixabay.com/photo/2014/06/03/19/38/test-361512_960_720.jpg +``` + +- **file_url** (*Required*): File to send with Pushbullet. +

Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.