mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
```yaml
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
service_name: google_say
|
service_name: google_translate_say
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
- platform: tts
|
- platform: tts
|
||||||
name: in_the_living_room
|
name: in_the_living_room
|
||||||
tts_service: tts.google_say
|
tts_service: tts.google_translate_say
|
||||||
media_player: media_player.living_room
|
media_player: media_player.living_room
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user