mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update Picotts component configuration variable (#6835)
This commit is contained in:
parent
9892adebd4
commit
7442a81842
@ -24,10 +24,13 @@ tts:
|
||||
- platform: picotts
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **language** (*Optional*): The language to use. Defaults to `en-US`.
|
||||
Supported languages : 'en-US', 'en-GB', 'de-DE', 'es-ES', 'fr-FR', 'it-IT'
|
||||
{% configuration %}
|
||||
language:
|
||||
description: "The language to use. Supported languages : 'en-US', 'en-GB', 'de-DE', 'es-ES', 'fr-FR', 'it-IT'"
|
||||
required: false
|
||||
default: "`en-US`"
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
A full configuration sample:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user