mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added example with sound/priority (#2074)
This commit is contained in:
parent
c644446fe7
commit
0814889a2e
@ -34,6 +34,17 @@ Configuration variables:
|
||||
- **api_key** (*Required*): Your API key.
|
||||
- **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:
|
||||
|
||||
<blockquote>
|
||||
|
Loading…
x
Reference in New Issue
Block a user