Files
ad-prod/apps/stages/patio.yaml
John Lancaster dac73a8398 adjusted stages
2025-12-12 17:21:36 -06:00

35 lines
718 B
YAML

patio:
module: light
class: StagedLight
activate-at-start: true
transition: 5
stages:
- start: '01:00 am'
scene:
light.patio:
state: off
- start: sunset
scene:
light.patio:
state: on
brightness: 255
rgb_color: [0, 255, 0]
- start: '10:00 pm'
scene:
light.patio:
state: on
brightness: 175
rgb_color: [0, 255, 0]
- start: '11:00 pm'
scene:
light.patio:
state: on
brightness: 125
rgb_color: [0, 255, 0]
- start: '12:00 am'
scene:
light.patio:
state: on
brightness: 75
rgb_color: [0, 255, 0]