#Looping sound
1 messages · Page 1 of 1 (latest)
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