From 9607fafa57d7fd5bd21c84a941f734938e4ef0ae Mon Sep 17 00:00:00 2001 From: onlymejosh Date: Sun, 25 Aug 2019 09:19:12 +0100 Subject: [PATCH] Update sonos_say copy (#10220) I noticed a mistake in the TTS engine example it should be `tts.google_translate_say` not `tts.google_say` --- source/_cookbook/sonos_say.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/sonos_say.markdown b/source/_cookbook/sonos_say.markdown index 28e34f78761..41b1486ad45 100644 --- a/source/_cookbook/sonos_say.markdown +++ b/source/_cookbook/sonos_say.markdown @@ -57,5 +57,5 @@ Note that this example uses the `voicerss` text-to-speech platform. There are ma If you want to use this TTS engine, change the line in the example provided to: ``` -- service: tts.google_say +- service: tts.google_translate_say ```