From 991be7258c81d807897485131209422cba87ddf1 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 14 Dec 2020 03:54:24 -0500 Subject: [PATCH] Fix tts.cloud_say example in release notes (#15903) The `tts.cloud_say` example in release notes produces an error when called: (Error on init TTS: Invalid options found: ['language']) -- because the last line was indented. This corrects the example to be consistent with the [Nabu Casa page](https://www.nabucasa.com/config/tts/) and produces a working tts message. --- source/_posts/2020-12-13-release-202012.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-12-13-release-202012.markdown b/source/_posts/2020-12-13-release-202012.markdown index ad8e484bb86..5aae9381255 100644 --- a/source/_posts/2020-12-13-release-202012.markdown +++ b/source/_posts/2020-12-13-release-202012.markdown @@ -142,7 +142,7 @@ action: message: These new voices sound absolutely stunning! options: gender: female - language: en-US + language: en-US ``` [cloud_say]: https://www.nabucasa.com/config/tts/