added patio light

This commit is contained in:
John Lancaster
2025-12-11 22:14:56 -06:00
parent 9bbe28c1bb
commit 25c529da60

34
apps/stages/patio.yaml Normal file
View File

@@ -0,0 +1,34 @@
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]