mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update notify.pushbullet.markdown (#3270)
* Update notify.pushbullet.markdown * Minor changes
This commit is contained in:
parent
43890d7996
commit
3d26a4f893
@ -84,6 +84,21 @@ action:
|
||||
|
||||
- **file** (*Required*): File to send with Pushbullet.
|
||||
|
||||
|
||||
### {% linkable_title File URL support %}
|
||||
|
||||
```yaml
|
||||
action:
|
||||
service: notify.NOTIFIER_NAME
|
||||
data:
|
||||
title: Send file
|
||||
message: This is a file URL
|
||||
data:
|
||||
file_url: https://cdn.pixabay.com/photo/2014/06/03/19/38/test-361512_960_720.jpg
|
||||
```
|
||||
|
||||
- **file_url** (*Required*): File to send with Pushbullet.
|
||||
|
||||
<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