stage adjustments
This commit is contained in:
@@ -2,7 +2,7 @@ bar_lights:
|
||||
module: light
|
||||
class: StagedLight
|
||||
activate-at-start: true
|
||||
transition: 3
|
||||
# transition: 3
|
||||
stages:
|
||||
- start: '03:00 am'
|
||||
scene:
|
||||
@@ -51,7 +51,7 @@ bar_lights:
|
||||
brightness: 175
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 50
|
||||
brightness: 150
|
||||
effect: sunset
|
||||
- start: 'sunset + 1:00'
|
||||
scene:
|
||||
@@ -68,7 +68,7 @@ bar_lights:
|
||||
brightness: 175
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 50
|
||||
brightness: 100
|
||||
effect: sunset
|
||||
- start: '10:00 pm'
|
||||
scene:
|
||||
@@ -83,6 +83,7 @@ bar_lights:
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 175
|
||||
effect: sunset
|
||||
- start: '11:30 pm'
|
||||
scene:
|
||||
light.bar:
|
||||
@@ -90,4 +91,10 @@ bar_lights:
|
||||
color_temp_kelvin: 2202
|
||||
brightness: 30
|
||||
light.server_lamp:
|
||||
state: off
|
||||
state: on
|
||||
rgb_color: [255, 112, 86]
|
||||
brightness: 25
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 75
|
||||
effect: sunset
|
||||
|
||||
Reference in New Issue
Block a user