101 lines
2.3 KiB
YAML
101 lines
2.3 KiB
YAML
bar_lights:
|
|
module: light
|
|
class: StagedLight
|
|
activate-at-start: true
|
|
# transition: 3
|
|
stages:
|
|
- start: '03:00 am'
|
|
scene:
|
|
light.bar:
|
|
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: 75
|
|
light.server_lamp:
|
|
state: off
|
|
- start: '09:00 am'
|
|
scene:
|
|
light.bar:
|
|
state: on
|
|
color_temp_kelvin: 3500
|
|
brightness: 125
|
|
light.server_lamp:
|
|
state: off
|
|
- start: '01:00 pm'
|
|
scene:
|
|
light.bar:
|
|
state: on
|
|
color_temp_kelvin: 3000
|
|
brightness: 150
|
|
light.server_lamp:
|
|
state: off
|
|
- start: 'sunset'
|
|
scene:
|
|
light.bar:
|
|
state: "on"
|
|
color_temp_kelvin: 2202
|
|
brightness: 100
|
|
light.server_lamp:
|
|
state: "on"
|
|
rgb_color:
|
|
- 255
|
|
- 112
|
|
- 86
|
|
brightness: 175
|
|
light.living_room_stick:
|
|
state: "on"
|
|
brightness: 150
|
|
effect: sunset
|
|
- start: 'sunset + 1:00'
|
|
scene:
|
|
light.bar:
|
|
state: on
|
|
color_temp_kelvin: 2202
|
|
brightness: 75
|
|
light.server_lamp:
|
|
state: "on"
|
|
rgb_color:
|
|
- 255
|
|
- 112
|
|
- 86
|
|
brightness: 175
|
|
light.living_room_stick:
|
|
state: "on"
|
|
brightness: 100
|
|
effect: sunset
|
|
- start: '10:00 pm'
|
|
scene:
|
|
light.bar:
|
|
state: on
|
|
color_temp_kelvin: 2202
|
|
brightness: 75
|
|
light.server_lamp:
|
|
state: on
|
|
rgb_color: [255, 112, 86]
|
|
brightness: 75
|
|
light.living_room_stick:
|
|
state: "on"
|
|
brightness: 175
|
|
effect: sunset
|
|
- start: '11:30 pm'
|
|
scene:
|
|
light.bar:
|
|
state: on
|
|
color_temp_kelvin: 2202
|
|
brightness: 30
|
|
light.server_lamp:
|
|
state: on
|
|
rgb_color: [255, 112, 86]
|
|
brightness: 25
|
|
light.living_room_stick:
|
|
state: "on"
|
|
brightness: 75
|
|
effect: sunset
|