From 853741e5269134a524ad34a73f8819a1da3e77a1 Mon Sep 17 00:00:00 2001 From: Teis Angel Clausen Date: Tue, 2 Oct 2018 18:10:54 +0200 Subject: [PATCH] Added example of target (#6436) Added config for sending a notification to only one device, using an automation. --- source/_components/notify.pushbullet.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index cadfd99cf95..0cac4e4d554 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -99,6 +99,18 @@ action: - **file_url** (*Required*): File to send with Pushbullet. +### {% linkable_title Single target %} +```yaml + action: + service: notify.NOTIFIER_NAME + data: + title: "Send to one device" + message: "This only goes to one specific device" + target: device/DEVICE_NAME +``` +- **target**: Pushbullet device to recive the notification. + +

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