Advertisement
JLindvig

Flash

Jan 12th, 2021
1,223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1.      - repeat:
  2.           count: 2
  3.           sequence:
  4.             - delay:
  5.                 milliseconds: 500
  6.             - service: light.turn_off
  7.               data:
  8.                 entity_id: "{{ light }}"
  9.             - delay:
  10.                 milliseconds: 500
  11.             - service: light.turn_on
  12.               data:
  13.                 entity_id: "{{ light }}"
  14.                 brightness_pct: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement