From 1a9b9ebc0d4b359cf43160eed3e22ecf241da201 Mon Sep 17 00:00:00 2001 From: Hugo Dupras Date: Fri, 14 Oct 2016 22:47:54 +0200 Subject: [PATCH] Add documentation for pushbuller url push (#1182) --- source/_components/notify.pushbullet.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index 0736697f323..f7880b7c751 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -53,3 +53,22 @@ If using targets, your own account's email address functions as 'send to all dev ] } ``` + +To use notifications, please see the [getting started with automation page](/getting-started/automation/). + +### {% linkable_title URL support %} + +```yaml +... + +action: + service: notify.NOTIFIER_NAME + data: + title: Send URL + message: This is an url + data: + url: google.com +``` + +- **url** (*Required*): Page URL to send with pushbullet. +