From 793fe8daa42b94548d9ac84f4494f744e3cd53cc Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 13 Jul 2023 23:19:52 +0200 Subject: [PATCH] Add light.lego_bookcase_light to modes --- scripts/10.modes.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/10.modes.yaml b/scripts/10.modes.yaml index fe7e6ad..59732ef 100644 --- a/scripts/10.modes.yaml +++ b/scripts/10.modes.yaml @@ -79,6 +79,7 @@ good_night: - light.hallway_lightstrip - light.balcony - light.table_lamp_lights + - light.lego_bookcase_light mode: single icon: mdi:weather-night @@ -120,6 +121,9 @@ good_morning: - service: switch.turn_on target: entity_id: switch.coffee_machine_on_off + - service: light.turn_on + target: + entity_id: light.lego_bookcase_light - service: climate.set_temperature data: temperature: 23 @@ -223,6 +227,7 @@ leave_home: - light.hallway_lightstrip - light.balcony - light.table_lamp_lights + - light.lego_bookcase_light mode: single icon: mdi:home-export-outline