From ea21f2ff47085eacd8040bc2428337ab3c3a32d3 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 24 Jan 2022 21:13:39 +0100 Subject: [PATCH] [pollytts] Mention where to find configuration settings (#12107) Signed-off-by: Laurent Garnier --- bundles/org.openhab.voice.pollytts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.voice.pollytts/README.md b/bundles/org.openhab.voice.pollytts/README.md index a8f99d048..3f065c1e9 100644 --- a/bundles/org.openhab.voice.pollytts/README.md +++ b/bundles/org.openhab.voice.pollytts/README.md @@ -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