Skip to content

Commit 0814889

Browse files
ih8gatesfabaff
authored andcommitted
Added example with sound/priority (home-assistant#2074)
1 parent c644446 commit 0814889

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/_components/notify.pushover.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ Configuration variables:
3434
- **api_key** (*Required*): Your API key.
3535
- **user_key** (*Required*): Your user key for Pushover.
3636

37+
Example Automation:
38+
```yaml
39+
- service: notify.entity_id
40+
data:
41+
message: "This is the message"
42+
title: "Title of message"
43+
data:
44+
sound: pianobar
45+
priority: 0
46+
```
47+
3748
This is a quote from the Pushover website regarding free/open source apps:
3849

3950
<blockquote>

0 commit comments

Comments
 (0)