From e7e23d6327267382f792ec2d9691203c90211b88 Mon Sep 17 00:00:00 2001 From: Fran Quinto <1702904+fquinto@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:46:09 +0100 Subject: [PATCH] I think default is google_translate_say (#26568) --- source/_integrations/notify.tts.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/notify.tts.markdown b/source/_integrations/notify.tts.markdown index 9a54e5dcdf3..ca0e3c11517 100644 --- a/source/_integrations/notify.tts.markdown +++ b/source/_integrations/notify.tts.markdown @@ -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 ```