Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - repeat:
- count: 2
- sequence:
- - delay:
- milliseconds: 500
- - service: light.turn_off
- data:
- entity_id: "{{ light }}"
- - delay:
- milliseconds: 500
- - service: light.turn_on
- data:
- entity_id: "{{ light }}"
- brightness_pct: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement