mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Typo fixes in TTS docs. (#1796)
This commit is contained in:
parent
bb0446016a
commit
6a22aa6651
@ -55,7 +55,7 @@ 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:
|
Say to the `media_player.floor` device entity:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
service: tts.google_say
|
service: tts.google_say
|
||||||
@ -64,7 +64,7 @@ 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:
|
Say to the `media_player.floor` device entity in French:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
service: tts.google_say
|
service: tts.google_say
|
||||||
@ -85,4 +85,4 @@ data_template:
|
|||||||
|
|
||||||
## {% 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 has 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