]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pollytts] Mention where to find configuration settings (#12107)
authorlolodomo <lg.hc@free.fr>
Mon, 24 Jan 2022 20:13:39 +0000 (21:13 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jan 2022 20:13:39 +0000 (21:13 +0100)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.voice.pollytts/README.md

index a8f99d0488490cf62164e42cfeb2cbcb6b365060..3f065c1e9a858fe2509839e82a9015c0660b9960 100644 (file)
@@ -23,7 +23,7 @@ To use the service you will need the **access key**, **secret key** and **server
 
 ## Configuration
 
-The following configurations can be edited using the "Polly Text-to-Speech" settings in the UI:
+The following settings can be edited in UI (**Settings / Other Services - Polly Text-to-Speech**):
 
 * **Access Key** - The AWS credentials access key (required).
 * **Secret Key** - The AWS credentials secret key (required).
@@ -68,7 +68,7 @@ In case you would like to setup these settings via a text file, you can edit the
 
 ```
 org.openhab.voice:defaultTTS=pollytts
-org.openhab.voice:defaultVoice=pollytts:XXX
+org.openhab.voice:defaultVoice=pollytts:Joanne
 ```
 
 ## Rule Examples