updates
This commit is contained in:
@@ -30,6 +30,12 @@ monthly_standard_colors:
|
||||
color_name: 'Gold'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_valentine_colors:
|
||||
sequence:
|
||||
@@ -63,6 +69,12 @@ monthly_valentine_colors:
|
||||
color_name: 'Crimson'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_mardi_gras_colors:
|
||||
sequence:
|
||||
@@ -96,6 +108,12 @@ monthly_mardi_gras_colors:
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_pi_colors:
|
||||
sequence:
|
||||
@@ -129,6 +147,12 @@ monthly_pi_colors:
|
||||
rgb_color: [3,14,159]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_st_patty_colors:
|
||||
sequence:
|
||||
@@ -162,6 +186,12 @@ monthly_st_patty_colors:
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_easter_colors:
|
||||
sequence:
|
||||
@@ -195,6 +225,12 @@ monthly_easter_colors:
|
||||
rgb_color: [255,193,204]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_starwars_colors:
|
||||
sequence:
|
||||
@@ -228,6 +264,12 @@ monthly_starwars_colors:
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_cinco_de_mayo_colors:
|
||||
sequence:
|
||||
@@ -261,6 +303,12 @@ monthly_cinco_de_mayo_colors:
|
||||
rgb_color: [245,245,245]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_mothers_day_colors:
|
||||
sequence:
|
||||
@@ -294,6 +342,12 @@ monthly_mothers_day_colors:
|
||||
rgb_color: [244,187,255]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_fathers_day_colors:
|
||||
sequence:
|
||||
@@ -327,6 +381,12 @@ monthly_fathers_day_colors:
|
||||
color_name: 'Blue'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_halloween_colors:
|
||||
sequence:
|
||||
@@ -360,6 +420,12 @@ monthly_halloween_colors:
|
||||
rgb_color: [235,97,35]
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_thanksgiving_colors:
|
||||
sequence:
|
||||
@@ -393,6 +459,12 @@ monthly_thanksgiving_colors:
|
||||
color_name: 'Orange'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_christmas_colors:
|
||||
sequence:
|
||||
@@ -426,6 +498,12 @@ monthly_christmas_colors:
|
||||
color_name: 'Green'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
monthly_new_years_day_colors:
|
||||
sequence:
|
||||
@@ -459,4 +537,10 @@ monthly_new_years_day_colors:
|
||||
color_name: 'Yellow'
|
||||
brightness_pct: 80
|
||||
transition: 900
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.spisebord
|
||||
color_name: 'White'
|
||||
brightness_pct: 80
|
||||
transition: 300
|
||||
|
||||
|
||||
Reference in New Issue
Block a user