Compare commits
3 Commits
657d01a724
...
moes-pad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ae7c2b8e9 | ||
|
|
01c6faa362 | ||
|
|
56ee0c3d3e |
@@ -2,7 +2,7 @@ bar_lights:
|
||||
module: light
|
||||
class: StagedLight
|
||||
activate-at-start: true
|
||||
transition: 3
|
||||
# transition: 3
|
||||
stages:
|
||||
- start: '03:00 am'
|
||||
scene:
|
||||
@@ -44,20 +44,26 @@ bar_lights:
|
||||
brightness: 100
|
||||
light.server_lamp:
|
||||
state: "on"
|
||||
rgb_color:
|
||||
- 255
|
||||
- 112
|
||||
- 86
|
||||
rgb_color: [255, 112, 86]
|
||||
brightness: 175
|
||||
light.h6076:
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 50
|
||||
brightness: 150
|
||||
effect: sunset
|
||||
- start: 'sunset + 1:00'
|
||||
scene:
|
||||
light.h6076:
|
||||
light.bar:
|
||||
state: on
|
||||
brightness: 255
|
||||
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:
|
||||
@@ -68,9 +74,10 @@ bar_lights:
|
||||
state: on
|
||||
rgb_color: [255, 112, 86]
|
||||
brightness: 75
|
||||
light.h6076:
|
||||
light.living_room_stick:
|
||||
state: "on"
|
||||
brightness: 175
|
||||
effect: sunset
|
||||
- start: '11:30 pm'
|
||||
scene:
|
||||
light.bar:
|
||||
@@ -78,4 +85,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