diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index 364a2af27ec..3d4fceac5d4 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -94,6 +94,7 @@ Say to all `media_player` device entities: ```yaml # Replace google_say with _say when you use a different platform. service: tts.google_say +entity_id: "all" data: message: 'May the Force be with you.' ```