mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add documentation for pushbuller url push (#1182)
This commit is contained in:
parent
e799a68149
commit
1a9b9ebc0d
@ -53,3 +53,22 @@ If using targets, your own account's email address functions as 'send to all dev
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||
|
||||
### {% linkable_title URL support %}
|
||||
|
||||
```yaml
|
||||
...
|
||||
|
||||
action:
|
||||
service: notify.NOTIFIER_NAME
|
||||
data:
|
||||
title: Send URL
|
||||
message: This is an url
|
||||
data:
|
||||
url: google.com
|
||||
```
|
||||
|
||||
- **url** (*Required*): Page URL to send with pushbullet.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user