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