Finish with a search and replace changing Groups to Light Groups. #764

This commit is contained in:
ccostan
2020-06-07 16:06:43 -04:00
parent 2d58c0f7ea
commit 4d56f3764d
21 changed files with 48 additions and 49 deletions

View File

@@ -13,14 +13,14 @@
- name: month_standard_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'Gold'
rgb_color: [255,223,0]
- name: front_full_brightness
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'White'
rgb_color: [255,255,255]
@@ -68,7 +68,7 @@
- name: month_valentine_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'Crimson'
rgb_color: [220,20,60]
@@ -114,14 +114,14 @@
- name: month_st_patty_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'Green'
rgb_color: [0,128,0]
- name: month_pi_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
rgb_color: [3,14,159]
@@ -244,7 +244,7 @@
- name: month_mothers_day_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'Lavender'
rgb_color: [244,187,255]
@@ -317,7 +317,7 @@
- name: month_thanksgiving_colors
entities:
group.outdoor_front_lights:
light.outdoor_front_lights:
state: 'on'
#color_name: 'orange'
rgb_color: [255,165,0]