From 343809fcd310749bd3fd2eee979eb517d05070ba Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 20 Nov 2023 19:18:36 +0100 Subject: [PATCH] Fix tts speak example (#29932) --- source/_integrations/tts.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tts.markdown b/source/_integrations/tts.markdown index fc94b2b2bc5..38094e944f5 100644 --- a/source/_integrations/tts.markdown +++ b/source/_integrations/tts.markdown @@ -29,7 +29,8 @@ The `tts.speak` service supports `language` and on some platforms also `options` ```yaml service: tts.speak -target: tts.example +target: + entity_id: tts.example data: media_player_entity_id: media_player.kitchen message: "May the force be with you."