From 63d3d8b0b7cf95aef1dc9ddc58ce7280ecea3514 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Fri, 11 Nov 2016 02:14:18 +0000 Subject: [PATCH] Added IFTTT trigger and set light schedules --- automation/good_morning.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/automation/good_morning.yaml b/automation/good_morning.yaml index 565d1283..54e4672c 100755 --- a/automation/good_morning.yaml +++ b/automation/good_morning.yaml @@ -38,8 +38,12 @@ entity_id: - light.d1 - light.d2 + - group.kitchen_lights data: brightness: 150 + - service: light.turn_off + entity_id: + - group.dining_room_lights - delay: 01:00:00 # 7:50am now. - service: light.turn_on @@ -47,9 +51,7 @@ - group.kitchen_lights data: brightness: 200 - - service: light.turn_off - entity_id: - - group.dining_room_lights + - delay: 00:40:00 # 8:30am now. - service: light.turn_off