Files
ad-prod/apps/apps.yaml
John Lancaster 852dbcfd8f stagedlight
2025-11-21 17:45:56 -06:00

34 lines
654 B
YAML

# hello_world:
# module: hello
# class: HelloWorld
bar_lights:
module: light
class: StagedLight
stages:
- start: '06:00 am'
scene:
light.bar:
state: on
color_temp_kelvin: 4500
brightness: 25
- start: '09:00 am'
scene:
light.bar:
state: on
color_temp_kelvin: 3500
brightness: 100
- start: '13:00'
scene:
light.bar:
state: on
color_temp_kelvin: 2500
brightness: 150
- start: 'sunset'
scene:
light.bar:
state: on
color_temp_kelvin: 2000
brightness: 100