mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Added example of target (#6436)
Added config for sending a notification to only one device, using an automation.
This commit is contained in:
parent
8340568a53
commit
853741e526
@ -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.
|
||||
|
||||
|
||||
<p class='note'>
|
||||
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user