From 04af445f428fecb18aa4a4dc72301aa2f07a2925 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:51:54 +0200 Subject: [PATCH] TTS in automations: remove YAML example (#27885) --- .../using_tts_in_automation.markdown | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/source/voice_control/using_tts_in_automation.markdown b/source/voice_control/using_tts_in_automation.markdown index ac50746bf2a..94437ae306d 100644 --- a/source/voice_control/using_tts_in_automation.markdown +++ b/source/voice_control/using_tts_in_automation.markdown @@ -17,24 +17,3 @@ This procedure shows you how to create a text-to-speech {% term action %}. For t 1. 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) 1. Save your action. -1. If you want, you can edit this service in YAML. - - ```yaml - service: media_player.play_media - target: - entity_id: media_player.m5stack_atom_echo_a61920 - data: - media_content_id: media-source://tts/tts.piper?message=Your+coffee+is+ready%21+Enjoy. - media_content_type: provider - metadata: - title: Your coffee is ready! Enjoy. - thumbnail: https://brands.home-assistant.io/_/tts/logo.png - media_class: app - children_media_class: null - navigateIds: - - {} - - media_content_type: app - media_content_id: media-source://tts - - media_content_type: provider - media_content_id: media-source://tts/tts.piper?message=Your+coffee+is+ready%21+Enjoy. - ```