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

@@ -7,7 +7,7 @@
- alias: Kitchen lights on - Accent lights off
trigger:
- platform: state
entity_id: group.kitchen_lights
entity_id: light.kitchen_lights
to: 'on'
for: '00:05:00'
@@ -25,7 +25,7 @@
- alias: Kitchen lights off - turn on Accent lights
trigger:
- platform: state
entity_id: group.kitchen_lights
entity_id: light.kitchen_lights
to: 'off'
for: '00:05:00'
- platform: state
@@ -37,7 +37,7 @@
- condition: sun
after: 'sunset'
- condition: state
entity_id: group.kitchen_lights
entity_id: light.kitchen_lights
state: 'off'
- condition: or
conditions: