You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/tts.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ service: tts.google_say
55
55
data:
56
56
message: 'May the Force be with you.'
57
57
```
58
-
Say to the `media_player.floor` device entitie:
58
+
Say to the `media_player.floor` device entity:
59
59
60
60
```yaml
61
61
service: tts.google_say
@@ -64,7 +64,7 @@ data:
64
64
message: 'May the Force be with you.'
65
65
```
66
66
67
-
Say to the `media_player.floor` device entitie in french:
67
+
Say to the `media_player.floor` device entity in French:
68
68
69
69
```yaml
70
70
service: tts.google_say
@@ -85,4 +85,4 @@ data_template:
85
85
86
86
## {% linkable_title Cache %}
87
87
88
-
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.
88
+
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.
0 commit comments