From dcdb36633b2e9dd27875c51f1d28a7a17181f6ac Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 3 May 2020 11:21:31 +0300 Subject: [PATCH] Dont turn on the entrance lights in the wake up routine --- config/packages/routines/waking_up.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/packages/routines/waking_up.yaml b/config/packages/routines/waking_up.yaml index 4b40e8d..e092d09 100644 --- a/config/packages/routines/waking_up.yaml +++ b/config/packages/routines/waking_up.yaml @@ -15,9 +15,6 @@ script: timeout: 00:02:00 - delay: 00:00:01 - - service: light.turn_on - entity_id: light.hallway_entrance_lights - - condition: state entity_id: input_boolean.guest_mode state: "off"