Update Picotts component configuration variable (#6835)

This commit is contained in:
Klaas Schoute 2018-10-16 08:39:02 +02:00 committed by Fabian Affolter
parent 9892adebd4
commit 7442a81842

View File

@ -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: