added scripts et al
This commit is contained in:
@@ -0,0 +1,294 @@
|
||||
daniel_standard_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_valentine_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_mardi_gras_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Purple'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_pi_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_st_patty_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_easter_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Yellow'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [255,193,204]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_starwars_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
rgb_color: [204,0,0]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_cinco_de_mayo_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
rgb_color: [204,0,0]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_mothers_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
rgb_color: [244,187,255]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [244,187,255]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_fathers_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Blue'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_halloween_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
rgb_color: [235,97,35]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
rgb_color: [127,14,0]
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_thanksgiving_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_christmas_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Red'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
daniel_new_years_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.daniel_lysstrip
|
||||
color_name: 'Blue'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.bamse
|
||||
color_name: 'Yellow'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
Reference in New Issue
Block a user