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

@@ -11,7 +11,7 @@ emergency:
# Switch all outside front lights to Red to indicate emergency
- service: light.turn_on
entity_id:
- group.outdoor_front_lights
- light.outdoor_front_lights
data:
#color_name: 'red'
rgb_color: [255,0,0]