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:
austinmroczek 2019-02-11 15:51:09 -08:00 committed by Franck Nijhof
parent 7f6a33f8a1
commit ad6cd6dd33

View File

@ -94,6 +94,7 @@ Say to all `media_player` device entities:
```yaml
# Replace google_say with <platform>_say when you use a different platform.
service: tts.google_say
entity_id: "all"
data:
message: 'May the Force be with you.'
```