From 220115c7342b589ff2386111c363f7f8e1a3d04a Mon Sep 17 00:00:00 2001 From: Zimmermann Zsolt <16361576+cinadr@users.noreply.github.com> Date: Wed, 30 Dec 2020 21:56:13 +0100 Subject: [PATCH] [googletts] Replace "Other" option when creating valid Google-Cloud-TTS OAuth2 Client Type (#9608) No "Other" option in Google-Cloud-TTS OAuth2 Client Type options. Choose "TV and Limited Input" instead. Rest of readme works as expected. Signed-off-by: Zimmermann Zsolt --- bundles/org.openhab.voice.googletts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.voice.googletts/README.md b/bundles/org.openhab.voice.googletts/README.md index bdf05ec92..397a5324d 100644 --- a/bundles/org.openhab.voice.googletts/README.md +++ b/bundles/org.openhab.voice.googletts/README.md @@ -27,7 +27,7 @@ Before you can integrate this service with your Google Cloud Text-to-Speech, you * Set up authentication: * Go to the "APIs & Services" -> "Credentials" page in the GCP Console and your project. [link](https://console.cloud.google.com/apis/credentials) * From the "Create credentials" drop-down list, select "OAuth client ID. - * Select application type "Other" and enter a name into the "Name" field. + * Select application type "TV and Limited Input" and enter a name into the "Name" field. * Click Create. A pop-up appears, showing your "client ID" and "client secret". ## Service Configuration