Added example with sound/priority (#2074)
This commit is contained in:
parent
c644446fe7
commit
0814889a2e
1 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,17 @@ Configuration variables:
|
||||||
- **api_key** (*Required*): Your API key.
|
- **api_key** (*Required*): Your API key.
|
||||||
- **user_key** (*Required*): Your user key for Pushover.
|
- **user_key** (*Required*): Your user key for Pushover.
|
||||||
|
|
||||||
|
Example Automation:
|
||||||
|
```yaml
|
||||||
|
- service: notify.entity_id
|
||||||
|
data:
|
||||||
|
message: "This is the message"
|
||||||
|
title: "Title of message"
|
||||||
|
data:
|
||||||
|
sound: pianobar
|
||||||
|
priority: 0
|
||||||
|
```
|
||||||
|
|
||||||
This is a quote from the Pushover website regarding free/open source apps:
|
This is a quote from the Pushover website regarding free/open source apps:
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue