Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c12cf8

Browse files
authored
Apply suggestions from code review
1 parent ea1394d commit 4c12cf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/_integrations/google_translate.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ha_platforms:
1010
- tts
1111
---
1212

13-
The `google_translate` text-to-speech platform uses the unofficial [Google Translate Text-to-Speech engine](https://translate.google.com/) to read a text with natural sounding voices. Contrary to what the name suggests, ths integration only does text-to-speech and does not translate messages sent to it.
13+
The `google_translate` text-to-speech platform uses the unofficial [Google Translate Text-to-Speech engine](https://translate.google.com/) to read a text with natural sounding voices. Contrary to what the name suggests, the integration only does text-to-speech and does not translate messages sent to it.
1414

1515
## Configuration
1616

@@ -32,7 +32,8 @@ language:
3232

3333
Check the [complete list of supported languages](https://translate.google.com/intl/en_ALL/about/languages/) (languages where "Talk" feature is enabled in Google Translate) for allowed values.
3434
Use the 2 digit language code which you can find at the end of URL when you click on Language name.
35-
Check the [tts platform documentation](https://www.home-assistant.io/integrations/tts/) for general text-to-speech options.
35+
36+
For more information about using text-to-speech with Home Assistant and more details on all the options it provides, see the [TTS documentation](/integrations/tts/).
3637

3738
## Full configuration example
3839

0 commit comments

Comments
 (0)