mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
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:
parent
492c98787b
commit
991be7258c
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user