mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 02:25:10 +00:00
Finish with a search and replace changing Groups to Light Groups. #764
This commit is contained in:
@@ -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]
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user