Skip to content

Commit 3d26a4f

Browse files
Danielhiversenfabaff
authored andcommitted
Update notify.pushbullet.markdown (home-assistant#3270)
* Update notify.pushbullet.markdown * Minor changes
1 parent 43890d7 commit 3d26a4f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/_components/notify.pushbullet.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ action:
8484

8585
- **file** (*Required*): File to send with Pushbullet.
8686

87+
88+
### {% linkable_title File URL support %}
89+
90+
```yaml
91+
action:
92+
service: notify.NOTIFIER_NAME
93+
data:
94+
title: Send file
95+
message: This is a file URL
96+
data:
97+
file_url: https://cdn.pixabay.com/photo/2014/06/03/19/38/test-361512_960_720.jpg
98+
```
99+
100+
- **file_url** (*Required*): File to send with Pushbullet.
101+
87102
<p class='note'>
88103
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
89104
</p>

0 commit comments

Comments
 (0)