From 351fd62f1189411702dbc63c1fbc4dbdf51db58f Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Mon, 21 Nov 2016 23:21:06 +0000 Subject: [PATCH] Fixed Pool light naming. --- automation/sunrise_turnon_and_off.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 6f016d6b..25aed5ac 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.yaml @@ -13,7 +13,7 @@ - service: switch.turn_on entity_id: switch.foyer_outlet - service: light.turn_on - entity_id: light.pool_bathroom + entity_id: light.outdoor_bathroom - service: light.turn_on data: entity_id: light.outdoor_foyer @@ -40,7 +40,7 @@ data: transition: 1200 - service: light.turn_off - entity_id: light.pool_bathroom + entity_id: light.outdoor_bathroom - service: light.turn_off entity_id: group.outdoor_lights - service: switch.turn_off