Confusing as it uses a non-default TTS platform
This commit is contained in:
parent
3bdf57e94b
commit
f79c3ed719
1 changed files with 11 additions and 0 deletions
|
@ -54,3 +54,14 @@ automation:
|
||||||
message: 'Your husband coming home!'
|
message: 'Your husband coming home!'
|
||||||
delay: '00:00:05'
|
delay: '00:00:05'
|
||||||
```
|
```
|
||||||
|
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:
|
||||||
|
|
||||||
|
```
|
||||||
|
tts:
|
||||||
|
- platform: google
|
||||||
|
```
|
||||||
|
|
||||||
|
If you want to use this TTS engine, change the line above to
|
||||||
|
```
|
||||||
|
- service: tts.google_say
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue