added server being off to some stages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
bar_lights:
|
||||
module: light
|
||||
class: StagedLight
|
||||
activate-at-start: true
|
||||
stages:
|
||||
- start: '03:00 am'
|
||||
scene:
|
||||
@@ -8,18 +9,24 @@ bar_lights:
|
||||
state: on
|
||||
color_temp_kelvin: 4500
|
||||
brightness: 25
|
||||
light.server_lamp:
|
||||
state: off
|
||||
- start: '07:00 am'
|
||||
scene:
|
||||
light.bar:
|
||||
state: on
|
||||
color_temp_kelvin: 3500
|
||||
brightness: 100
|
||||
- start: '13:00'
|
||||
light.server_lamp:
|
||||
state: off
|
||||
- start: '01:00 pm'
|
||||
scene:
|
||||
light.bar:
|
||||
state: on
|
||||
color_temp_kelvin: 2500
|
||||
color_temp_kelvin: 3000
|
||||
brightness: 150
|
||||
light.server_lamp:
|
||||
state: off
|
||||
- start: 'sunset'
|
||||
scene:
|
||||
light.bar:
|
||||
|
||||
Reference in New Issue
Block a user