diff --git a/source/images/assist/media-message.png b/source/images/assist/media-message.png new file mode 100644 index 00000000000..5a3ea157659 Binary files /dev/null and b/source/images/assist/media-message.png differ diff --git a/source/images/assist/select-entity.png b/source/images/assist/select-entity.png new file mode 100644 index 00000000000..a8d477ae40e Binary files /dev/null and b/source/images/assist/select-entity.png differ diff --git a/source/images/assist/speak-action.png b/source/images/assist/speak-action.png new file mode 100644 index 00000000000..4773a426f79 Binary files /dev/null and b/source/images/assist/speak-action.png differ diff --git a/source/images/assist/tts_action.png b/source/images/assist/tts_action.png deleted file mode 100644 index 3fbee5f8574..00000000000 Binary files a/source/images/assist/tts_action.png and /dev/null differ diff --git a/source/images/assist/tts_enter_text.png b/source/images/assist/tts_enter_text.png deleted file mode 100644 index b3710aae1eb..00000000000 Binary files a/source/images/assist/tts_enter_text.png and /dev/null differ diff --git a/source/images/assist/tts_select_media_player.png b/source/images/assist/tts_select_media_player.png deleted file mode 100644 index 7e6fe819e02..00000000000 Binary files a/source/images/assist/tts_select_media_player.png and /dev/null differ diff --git a/source/images/assist/tts_select_media_source.png b/source/images/assist/tts_select_media_source.png deleted file mode 100644 index 80b4486e234..00000000000 Binary files a/source/images/assist/tts_select_media_source.png and /dev/null differ diff --git a/source/images/assist/tts_select_piper.png b/source/images/assist/tts_select_piper.png deleted file mode 100644 index 528ce128ad5..00000000000 Binary files a/source/images/assist/tts_select_piper.png and /dev/null differ diff --git a/source/voice_control/using_tts_in_automation.markdown b/source/voice_control/using_tts_in_automation.markdown index 302eb6c4c63..561720f9f10 100644 --- a/source/voice_control/using_tts_in_automation.markdown +++ b/source/voice_control/using_tts_in_automation.markdown @@ -6,14 +6,12 @@ This procedure shows you how to create a text-to-speech {% term action %}. For t 1. Go to **{% my automations title="Settings > Automations & Scenes" %}**, and select **Create automation**. 2. Select **Create new automation**, then **Add action**. -3. From the drop-down menu, select **Play media** and select the media player you want to use for this automation. - ![Select your media player](/images/assist/tts_select_media_player.png) -4. Select **Pick media**, then, select **Text-to-speech**. - ![Select your media source](/images/assist/tts_select_media_source.png) -5. To use fully local text-to-speech processing, select **Piper**. - ![Select Piper](/images/assist/tts_select_piper.png) +3. From the drop-down menu, search for or select **TTS: Speak**. + ![Select the TTS action](/images/assist/speak-action.png) +4. To use fully local text-to-speech processing, select **piper** from the **Choose entity** control. + ![Select Piper](/images/assist/select-entity.png) +5. Select the media player you want the automation to use. 6. Enter the text you want to hear for this automation. - ![Enter text to be spoken](/images/assist/tts_enter_text.png) + ![Enter text to be spoken](/images/assist/media-message.png) 7. Your text-to-speech action is now ready to be used in your script or automation. - ![Enter text to be spoken](/images/assist/tts_action.png) 8. Save your action.