Move shelf lamp and wall strip to bedroom
This commit is contained in:
parent
f5d0194554
commit
9e411a4ddd
4 changed files with 24 additions and 7 deletions
|
@ -16,14 +16,14 @@ bedroom_lights:
|
|||
- light.correls_nightstand
|
||||
- light.stephanies_nightstand
|
||||
- light.bedroom_lamp
|
||||
- light.shelf_lamp
|
||||
- light.wall_strip
|
||||
- scene.colorful
|
||||
- scene.speed_of_sound_sonic
|
||||
office_lights:
|
||||
name: Office
|
||||
entities:
|
||||
- light.shelf_lamp
|
||||
- light.office_lamp
|
||||
- light.wall_strip
|
||||
consoles:
|
||||
name: Gaming Consoles
|
||||
entities:
|
||||
|
|
|
@ -5,7 +5,7 @@ scene:
|
|||
state: on
|
||||
brightness: 255
|
||||
xy_color: [0.37, 0.372]
|
||||
light.office_lamp:
|
||||
light.bedroom_lamp:
|
||||
state: on
|
||||
brightness: 255
|
||||
xy_color: [0.37, 0.372]
|
||||
|
@ -19,7 +19,7 @@ scene:
|
|||
state: on
|
||||
brightness: 255
|
||||
rgb_color: [255, 61, 18]
|
||||
light.office_lamp:
|
||||
light.bedroom_lamp:
|
||||
state: on
|
||||
brightness: 255
|
||||
rgb_color: [255, 59, 191]
|
||||
|
@ -33,7 +33,7 @@ scene:
|
|||
state: on
|
||||
brightness: 1
|
||||
rgb_color: [255, 118, 23]
|
||||
light.office_lamp:
|
||||
light.bedroom_lamp:
|
||||
state: on
|
||||
brightness: 1
|
||||
rgb_color: [255, 118, 23]
|
||||
|
@ -47,7 +47,7 @@ scene:
|
|||
state: on
|
||||
rgb_color: [247, 168, 184]
|
||||
brightness: 246
|
||||
light.office_lamp:
|
||||
light.bedroom_lamp:
|
||||
state: on
|
||||
rgb_color: [255, 255, 255]
|
||||
brightness: 255
|
||||
|
@ -61,7 +61,7 @@ scene:
|
|||
state: on
|
||||
brightness: 255
|
||||
rgb_color: [255, 0, 0]
|
||||
light.office_lamp:
|
||||
light.bedroom_lamp:
|
||||
state: on
|
||||
brightness: 255
|
||||
rgb_color: [255, 0, 0]
|
||||
|
|