added scripts et al
This commit is contained in:
@@ -0,0 +1,210 @@
|
||||
bed_standard_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_valentine_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_mardi_gras_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Purple'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_pi_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_st_patty_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_easter_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Yellow'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [255,193,204]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_starwars_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
rgb_color: [204,0,0]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_cinco_de_mayo_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
rgb_color: [204,0,0]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_mothers_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
rgb_color: [244,187,255]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [244,187,255]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_fathers_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Blue'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_halloween_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
rgb_color: [96,0,128]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
rgb_color: [235,97,35]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_thanksgiving_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_christmas_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Red'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
bed_new_years_day_colors:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.anne
|
||||
color_name: 'Blue'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.claus
|
||||
color_name: 'Yellow'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
|
||||
Reference in New Issue
Block a user