first draft app
This commit is contained in:
@@ -7,7 +7,7 @@ bar_lights:
|
|||||||
module: light
|
module: light
|
||||||
class: StagedLight
|
class: StagedLight
|
||||||
stages:
|
stages:
|
||||||
- start: '06:00 am'
|
- start: '03:00 am'
|
||||||
scene:
|
scene:
|
||||||
light.bar:
|
light.bar:
|
||||||
state: on
|
state: on
|
||||||
@@ -29,5 +29,25 @@ bar_lights:
|
|||||||
scene:
|
scene:
|
||||||
light.bar:
|
light.bar:
|
||||||
state: on
|
state: on
|
||||||
color_temp_kelvin: 2000
|
color_temp_kelvin: 2202
|
||||||
brightness: 100
|
brightness: 100
|
||||||
|
light.server_lamp:
|
||||||
|
state: on
|
||||||
|
rgb_color: [255, 112, 86]
|
||||||
|
brightness: 175
|
||||||
|
- 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
|
||||||
|
- start: '11:30 pm'
|
||||||
|
scene:
|
||||||
|
light.bar:
|
||||||
|
state: on
|
||||||
|
color_temp_kelvin: 2202
|
||||||
|
brightness: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user