mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Revert "Describe using language in a TTS service." (#1647)
Merged by mistake.
This commit is contained in:
parent
514a68a315
commit
91cbaff925
@ -55,7 +55,6 @@ service: tts.google_say
|
|||||||
data:
|
data:
|
||||||
message: 'May the Force be with you.'
|
message: 'May the Force be with you.'
|
||||||
```
|
```
|
||||||
Say to the `media_player.floor` device entitie:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
service: tts.google_say
|
service: tts.google_say
|
||||||
@ -64,16 +63,6 @@ data:
|
|||||||
message: 'May the Force be with you.'
|
message: 'May the Force be with you.'
|
||||||
```
|
```
|
||||||
|
|
||||||
Say to the `media_player.floor` device entitie in french:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
service: tts.google_say
|
|
||||||
entity_id: media_player.floor
|
|
||||||
data:
|
|
||||||
message: 'Que la force soit avec toi.'
|
|
||||||
language: 'fr'
|
|
||||||
```
|
|
||||||
|
|
||||||
With a template:
|
With a template:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -83,7 +72,6 @@ data_template:
|
|||||||
cache: false
|
cache: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## {% linkable_title Cache %}
|
## {% linkable_title Cache %}
|
||||||
|
|
||||||
The component have two caches. Both caches can be controlled with the `cache` option in the platform configuration or the service call `say`. A long time cache will be located on the file system. The in-memory cache for fast responses to media players will be auto-cleaned after a short period.
|
The component have two caches. Both caches can be controlled with the `cache` option in the platform configuration or the service call `say`. A long time cache will be located on the file system. The in-memory cache for fast responses to media players will be auto-cleaned after a short period.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user