mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
I think default is google_translate_say (#26568)
This commit is contained in:
parent
fe3ff97fec
commit
e7e23d6327
@ -20,12 +20,12 @@ In your `configuration.yaml` file type:
|
||||
```yaml
|
||||
tts:
|
||||
- platform: google_translate
|
||||
service_name: google_say
|
||||
service_name: google_translate_say
|
||||
|
||||
notify:
|
||||
- platform: tts
|
||||
name: in_the_living_room
|
||||
tts_service: tts.google_say
|
||||
tts_service: tts.google_translate_say
|
||||
media_player: media_player.living_room
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user