We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43890d7 commit 3d26a4fCopy full SHA for 3d26a4f
source/_components/notify.pushbullet.markdown
@@ -84,6 +84,21 @@ action:
84
85
- **file** (*Required*): File to send with Pushbullet.
86
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
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
102
<p class='note'>
103
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
104
</p>
0 commit comments