From 606835fe1d92bf4ddeb5aa4ac49b1c00a345e7c3 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 24 Jan 2017 11:32:16 +0100 Subject: [PATCH] Update TTS for new function in 0.37 (#1863) --- source/_components/tts.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index 3578244078f..2b802b148ff 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -47,6 +47,8 @@ If you are running Home Assistant over SSL or from within a container, you will ## {% linkable_title Service say %} +The `say` service support `language` and on some platforms also `options` for set i.e. *voice, motion, speed, etc*. The text for speech is set with `message`. + Say to all `media_player` device entities: ```yaml