Merge branch 'current' into next
This commit is contained in:
commit
c88b3a1b8d
6 changed files with 75 additions and 5 deletions
|
@ -55,6 +55,7 @@ service: tts.google_say
|
|||
data:
|
||||
message: 'May the Force be with you.'
|
||||
```
|
||||
Say to the `media_player.floor` device entitie:
|
||||
|
||||
```yaml
|
||||
service: tts.google_say
|
||||
|
@ -63,6 +64,16 @@ data:
|
|||
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:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue