mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update tts.markdown (#8394)
Per warning from helpers/service.py: Not passing an entity ID to a service to target all entities is deprecated. Use instead: entity_id: "all" Tested in 0.86.2
This commit is contained in:
parent
7f6a33f8a1
commit
ad6cd6dd33
@ -94,6 +94,7 @@ Say to all `media_player` device entities:
|
|||||||
```yaml
|
```yaml
|
||||||
# Replace google_say with <platform>_say when you use a different platform.
|
# Replace google_say with <platform>_say when you use a different platform.
|
||||||
service: tts.google_say
|
service: tts.google_say
|
||||||
|
entity_id: "all"
|
||||||
data:
|
data:
|
||||||
message: 'May the Force be with you.'
|
message: 'May the Force be with you.'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user