Skip to main content

chime_tts.say_url Examples

The chime_tts.say_url action accepts the audio-generation arguments of chime_tts.say, except playback parameters such as media-player targets and player controls.

Please refer to the chime_tts.say examples documentation for additional audio examples.

Repeat generated audio (Beta)

repeat is the number of copies to add after the initial one. repeat_delay inserts silence, in milliseconds, between copies. The pre_script runs before generation and post_script runs after generation.

action: chime_tts.say_url
data:
chime_path: doorbell
message: Someone is at the front door.
tts_platform: google_translate
repeat: 1
repeat_delay: 750
pre_script: script.prepare_announcement
post_script: script.log_announcement_created