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