From fbc3f2f458ac4ce30e9e296f317378ae5b78aecf Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 16 Aug 2023 00:50:36 +0200 Subject: [PATCH] Fix bookcase light not turning on when arriving home --- scripts/10.modes.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index 59732ef..44ca2fd 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -265,5 +265,8 @@ arrive_home: sequence: - service: light.turn_on entity_id: light.3d_printer_light + - service: light.turn_on + entity_id: + - light.lego_bookcase_light mode: single icon: mdi:home-import-outline \ No newline at end of file