mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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.
|
- **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'>
|
<p class='note'>
|
||||||
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
|
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user