Couple of changes to integrate the new basement LED strip
This commit is contained in:
@ -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:
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user