mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Google Translate tts (#9223)
This commit is contained in:
parent
fca64625de
commit
b950521a64
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Google Text-to-Speech"
|
title: "Google Translate Text-to-Speech"
|
||||||
description: "Instructions on how to setup Google Text-to-Speech with Home Assistant."
|
description: "Instructions on how to setup Google Translate Text-to-Speech with Home Assistant."
|
||||||
date: 2016-12-13 07:00
|
date: 2016-12-13 07:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -12,9 +12,14 @@ ha_category: Text-to-speech
|
|||||||
ha_release: 0.35
|
ha_release: 0.35
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /components/tts.google/
|
- /components/tts.google/
|
||||||
|
- /components/google/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `google` text-to-speech platform uses [Google Text-to-Speech engine](https://console.developers.google.com/apis/library/texttospeech.googleapis.com) Text-to-Speech engine to read a text with natural sounding voices.
|
The `google_translate` text-to-speech platform uses unofficial [Google Translate Text-to-Speech engine](https://translate.google.com/) to read a text with natural sounding voices.
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
This platform renamed to `google_translate` from `google` since release 0.92
|
||||||
|
</p>
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
@ -23,7 +28,7 @@ To enable text-to-speech with Google, add the following lines to your `configura
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
tts:
|
tts:
|
||||||
- platform: google
|
- platform: google_translate
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -44,7 +49,7 @@ A full configuration sample including optional variables:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
tts:
|
tts:
|
||||||
- platform: google
|
- platform: google_translate
|
||||||
language: 'de'
|
language: 'de'
|
||||||
```
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user