Skip to content

Delay before the chime #72

Answered by nimroddolev
ChrisMancini asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Chris,

I believe you can achieve this already by using the initial chime as trigger to "wake up" the amplifier, and then use a a message sequence to first add a delay (as long as is needed for the input source switching to complete), then your desired chime followed by the TTS message:

service: chime_tts.say
target:
  entity_id: media_player.office
data:
  chime_path: chirp
  tts_platform: google_translate
  message:
    - type: delay
      length: 5000
    - type: chime
      path: toast
    - type: tts
      message: This is a test

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChrisMancini
Comment options

Answer selected by ChrisMancini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants