Skip to content

Commit 957f219

Browse files
authored
Merge pull request home-assistant#5075 from fezfox/patch-1
Confusing as it uses a non-default TTS platform
2 parents 882aa7b + 7a22ffe commit 957f219

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/_cookbook/sonos_say.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ automation:
5454
message: 'Your husband coming home!'
5555
delay: '00:00:05'
5656
```
57+
Note that this example uses the `voicerss` text-to-speech platform. There are many platforms that can be used. The one installed by default with Home Assistant is Google TTS. This appears in your `configuration.yaml` file as:
58+
59+
```
60+
tts:
61+
- platform: google
62+
```
63+
64+
If you want to use this TTS engine, change the line in the example provided to:
65+
```
66+
- service: tts.google_say
67+
```

0 commit comments

Comments
 (0)