mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
d25f5d9f9c
@ -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>
|
||||||
|
@ -25,7 +25,7 @@ tts:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **api_key** (*Requered*): API Key for use this service.
|
- **api_key** (*Required*): API Key for use this service.
|
||||||
- **language** (*Optional*): The language to use. Defaults to `en-us`. Supported `en-EN`, `ru-RU`, `uk-UK`, `tr-TR`.
|
- **language** (*Optional*): The language to use. Defaults to `en-us`. Supported `en-EN`, `ru-RU`, `uk-UK`, `tr-TR`.
|
||||||
- **codec** (*Optional*): Audo codec. Default is `mp3`. Supported us `mp3`, `wav`, `opus`.
|
- **codec** (*Optional*): Audo codec. Default is `mp3`. Supported us `mp3`, `wav`, `opus`.
|
||||||
- **voice** (*Optional*): Speaker voice. Default is `zahar`. Supported female voices are `jane`, `oksana`, `alyss`, 'omazh` and male voices are `zahar` and `ermil`.
|
- **voice** (*Optional*): Speaker voice. Default is `zahar`. Supported female voices are `jane`, `oksana`, `alyss`, 'omazh` and male voices are `zahar` and `ermil`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user