From eb9e8ce322f4947741849bc22921943470e5b1f5 Mon Sep 17 00:00:00 2001 From: John Taseff Date: Tue, 5 Mar 2024 00:52:49 -0600 Subject: [PATCH] Update tts.markdown to clarify ways to actually use integrations that build on it (#31740) Started from #31710 Clarify the link to the integration list page that these are the ways to use it Clarify PR #31729 because its examples of Assist and HA Cloud are both pretty involved to get set up --- source/_integrations/tts.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tts.markdown b/source/_integrations/tts.markdown index c38548e117d..c3f4e8bc000 100644 --- a/source/_integrations/tts.markdown +++ b/source/_integrations/tts.markdown @@ -14,10 +14,12 @@ ha_platforms: ha_integration_type: entity --- -Text-to-speech (TTS) enables Home Assistant to speak to you. This integration is used by [other integrations](https://www.home-assistant.io/integrations/#text-to-speech). If you are using the Home Assistant voice assistant, [Assist](https://www.home-assistant.io/voice_control/), Assist is using TTS when replying to you. Another way to use TTS, is by using [TTS with Home Assistant Cloud](https://www.nabucasa.com/config/tts/). +Text-to-speech (TTS) enables Home Assistant to speak to you. {% include integrations/building_block_integration.md %} +See all [TTS integrations](https://www.home-assistant.io/integrations/#text-to-speech) using this building block for ways to use it in your automations. If you are using the Home Assistant voice assistant, [Assist](https://www.home-assistant.io/voice_control/), Assist is using TTS when replying to you. Another way to use TTS is by using [TTS with Home Assistant Cloud](https://www.nabucasa.com/config/tts/). + ## Services ### Service speak @@ -148,4 +150,4 @@ The Google cast devices (Google Home, Chromecast, etc.) present the following pr - [TTS with Home Assistant Cloud](https://www.nabucasa.com/config/tts/) - [Google Translate TTS](https://www.home-assistant.io/integrations/google_translate/) - [Microsoft TTS](https://www.home-assistant.io/integrations/microsoft/) -- [Home Assistant Assist](https://www.home-assistant.io/voice_control/) \ No newline at end of file +- [Home Assistant Assist](https://www.home-assistant.io/voice_control/)