Skip to content

Commit d25f5d9

Browse files
committed
Merge branch 'current' into next
2 parents a22a37e + 3da10c4 commit d25f5d9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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>

source/_components/tts.yandextts.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tts:
2525
2626
Configuration variables:
2727
28-
- **api_key** (*Requered*): API Key for use this service.
28+
- **api_key** (*Required*): API Key for use this service.
2929
- **language** (*Optional*): The language to use. Defaults to `en-us`. Supported `en-EN`, `ru-RU`, `uk-UK`, `tr-TR`.
3030
- **codec** (*Optional*): Audo codec. Default is `mp3`. Supported us `mp3`, `wav`, `opus`.
3131
- **voice** (*Optional*): Speaker voice. Default is `zahar`. Supported female voices are `jane`, `oksana`, `alyss`, 'omazh` and male voices are `zahar` and `ermil`.

0 commit comments

Comments
 (0)