#Looping sound

1 messages · Page 1 of 1 (latest)

royal creek
#

I am trying to loop a sound for zooz zwave charm and siren. the sound is only 5 seconds long I am wanting it to be looped is there any way to do this?

quick shoal
#

I'm using this loop to toggle the do not disturb setting on my alexa to make it blink purple as a visual notification. You probably adapt it to your needs:

  count: 10
  sequence:
    - action: switch.toggle
      target:
        entity_id: switch.my_echo_dot_do_not_disturb_switch
      data: {}
    - delay:
        seconds: 1