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
This commit is contained in:
John Taseff 2024-03-05 00:52:49 -06:00 committed by GitHub
parent 8b787079c0
commit eb9e8ce322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/)
- [Home Assistant Assist](https://www.home-assistant.io/voice_control/)