I think default is google_translate_say (#26568)

This commit is contained in:
Fran Quinto 2023-03-13 08:46:09 +01:00 committed by GitHub
parent fe3ff97fec
commit e7e23d6327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```