Skip to content

Commit 5d9e588

Browse files
tsvifabaff
authored andcommitted
Usage of file directive for pushbullet (home-assistant#3216)
* Usage of file directive for pushbullet This is the missing documentation for PR#8763 in home assistant * Fix spelling and grammar * Replace sample with link
1 parent bb5ae58 commit 5d9e588

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

source/_components/notify.pushbullet.markdown

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ To use notifications, please see the [getting started with automation page](/get
5959
### {% linkable_title URL support %}
6060

6161
```yaml
62-
...
63-
6462
action:
6563
service: notify.NOTIFIER_NAME
6664
data:
@@ -70,5 +68,23 @@ action:
7068
url: google.com
7169
```
7270

73-
- **url** (*Required*): Page URL to send with pushbullet.
71+
- **url** (*Required*): Page URL to send with Pushbullet.
72+
73+
### {% linkable_title File support %}
74+
75+
```yaml
76+
action:
77+
service: notify.NOTIFIER_NAME
78+
data:
79+
title: Send file
80+
message: This is a file
81+
data:
82+
file: /path/to/my/file
83+
```
84+
85+
- **file** (*Required*): File to send with Pushbullet.
86+
87+
<p class='note'>
88+
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
89+
</p>
7490

0 commit comments

Comments
 (0)