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.
This commit is contained in:
Sean Mooney 2020-12-14 03:54:24 -05:00 committed by GitHub
parent 492c98787b
commit 991be7258c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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