Skip to content

Commit 60a9bbd

Browse files
authored
Update google_cloud.markdown (home-assistant#35218)
1 parent ce391ea commit 60a9bbd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/_integrations/google_cloud.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ text_type:
110110
default: "text"
111111
{% endconfiguration %}
112112

113-
### Full example
113+
### Action speak
114+
115+
The `tts.speak` action is the modern way to use Google Cloud TTS action. Add the `speak` action, select the entity for your Google Cloud TTS, select the media player entity or group to send the TTS audio to, and enter the message to speak.
116+
117+
For more options about `speak`, see the Speak section on the main [TTS](/integrations/tts/#action-speak) building block page.
114118

115119
A `tts.speak` service call can look like:
116120

@@ -136,6 +140,10 @@ data:
136140
- wearable-class-device
137141
```
138142
143+
## Action say (legacy)
144+
145+
The `tts.google_cloud_say` action can be used when configuring the legacy `google_cloud` text-to-speech platform in `configuration.yaml`. We recommend new users to instead set up the integration in the UI and use the `tts.speak` action with the corresponding Google Cloud text-to-speech entity as target. If you are an existing user of `tts.google_cloud_say`, you can still use it but don't remove the legacy `google_cloud` text-to-speech platform in `configuration.yaml`. If you remove it, you will have to manually migrate to `tts.speak`.
146+
139147
## Google Cloud speech-to-text
140148

141149
[Google Cloud speech-to-text](https://cloud.google.com/speech-to-text) converts audio into text transcriptions for [125 languages and variants](https://cloud.google.com/speech-to-text/docs/speech-to-text-supported-languages).

0 commit comments

Comments
 (0)