mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix tts speak example (#29932)
This commit is contained in:
parent
2a428bb239
commit
343809fcd3
@ -29,7 +29,8 @@ The `tts.speak` service supports `language` and on some platforms also `options`
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
service: tts.speak
|
service: tts.speak
|
||||||
target: tts.example
|
target:
|
||||||
|
entity_id: tts.example
|
||||||
data:
|
data:
|
||||||
media_player_entity_id: media_player.kitchen
|
media_player_entity_id: media_player.kitchen
|
||||||
message: "May the force be with you."
|
message: "May the force be with you."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user