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]

View File

@@ -32,14 +32,14 @@ front_house_motion:
data:
entity_id:
- light.outdoor_bathroom
- group.outdoor_pool_lights
- light.outdoor_pool_lights
brightness: 255
- service: script.dog_bark
- delay: '00:{{ range(0,1) | random | int }}{{ range(0,9) | random | int }}:00'
- service: light.turn_off
entity_id:
- group.outdoor_front_lights
- group.outdoor_pool_lights
- light.outdoor_front_lights
- light.outdoor_pool_lights
- service: light.turn_on
entity_id: light.outdoor_bathroom
data: