You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_cookbook/sonos_say.markdown
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,14 @@ automation:
54
54
message: 'Your husband coming home!'
55
55
delay: '00:00:05'
56
56
```
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 above to
0 commit comments