Update sonos_say.markdown (#16973)

This commit is contained in:
stu247 2021-03-12 11:51:08 -06:00 committed by GitHub
parent be230a7594
commit 5f1301ab98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,11 +22,11 @@ script:
target:
entity_id: "{{ sonos_entity }}"
- service: media_player.volume_set
target:
data:
entity_id: "{{ sonos_entity }}"
volume_level: "{{ volume }}"
- service: tts.voicerss_say
target:
data:
entity_id: "{{ sonos_entity }}"
message: "{{ message }}"
- delay: "{{ delay }}"