diff --git a/configuration.yaml b/configuration.yaml index 6a73bb1..e180566 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -39,6 +39,8 @@ light: - light.basement_stairwell - light.basement_tall_lamp - light.basement_short_lamp + - light.basement_led_strip_1 + - light.furnace_room_overhead - platform: group name: First Floor Lights entities: @@ -59,6 +61,7 @@ light: - light.basement_stairwell - light.basement_tall_lamp - light.basement_short_lamp + - light.basement_led_strip_1 - platform: group name: Dining Room Lamp entities: diff --git a/scripts.yaml b/scripts.yaml index 1d5c428..3aa8247 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -361,7 +361,9 @@ going_upstairs: - service: light.turn_on data: {} target: - entity_id: light.living_room_lights + entity_id: + - light.living_room_lights + - light.basement_led_strip_1 mode: single icon: hue:room-stairs good_morning: