From 2836ecd34e541d609692a693009c2fac3f432fe9 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 20 Nov 2016 01:50:56 +0000 Subject: [PATCH] Add some colors and transitions. --- automation/good_night.yaml | 2 +- automation/sunrise_turnon_and_off.yaml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/automation/good_night.yaml b/automation/good_night.yaml index cc60b24b..82cf4cfb 100755 --- a/automation/good_night.yaml +++ b/automation/good_night.yaml @@ -28,7 +28,7 @@ action: - service: light.turn_off - entity_id: group.all_lights + entity_id: group.interior_lights - service: switch.turn_off entity_id: group.amps - service: switch.turn_off diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 01406ddc..18377bdb 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -18,8 +18,11 @@ data: entity_id: light.outdoor_foyer brightness: 200 - rgb_color: [61,178,112] - + #rgb_color: [61,178,112] + #Green + rgb_color: [255,112,242] + #Purple + - alias: 'Sunset Stuff off' trigger: - platform: sun @@ -33,6 +36,8 @@ entity_id: switch.foyer_outlet - service: light.turn_off entity_id: light.outdoor_foyer + data: + transition: 1200 - service: light.turn_off entity_id: light.pool_bathroom - service: light.turn_off