Skip to content

Instantly share code, notes, and snippets.

@KidA001
Created February 26, 2021 18:03
Show Gist options
  • Save KidA001/5bcc4cd53945fb7d61a4beee459fd48d to your computer and use it in GitHub Desktop.
Save KidA001/5bcc4cd53945fb7d61a4beee459fd48d to your computer and use it in GitHub Desktop.
pathway_lights_on:
alias: Pathway Lights On
sequence:
- service: light.turn_on
entity_id: light.fairy_light_1
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_2
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_3
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_4
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_5
data:
brightness_pct: 50
- service: light.turn_on
entity_id: light.fairy_light_6
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_7
data:
brightness_pct: 50
- service: light.turn_on
entity_id: light.fairy_light_9
data:
brightness_pct: 50
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 200
- service: light.turn_on
entity_id: light.fairy_light_8
data:
brightness_pct: 50
mode: single
pathway_lights_off:
alias: Pathway Lights Off
sequence:
- service: light.turn_off
entity_id: light.fairy_light_1
- service: light.turn_off
entity_id: light.fairy_light_2
- service: light.turn_off
entity_id: light.fairy_light_3
- service: light.turn_off
entity_id: light.fairy_light_4
- service: light.turn_off
entity_id: light.fairy_light_5
- service: light.turn_off
entity_id: light.fairy_light_6
- service: light.turn_off
entity_id: light.fairy_light_7
- service: light.turn_off
entity_id: light.fairy_light_8
- service: light.turn_off
entity_id: light.fairy_light_9
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment