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`
This commit is contained in:
onlymejosh 2019-08-25 09:19:12 +01:00 committed by Fabian Affolter
parent 98041dfa42
commit 9607fafa57

View File

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