Compare commits

...

2 Commits

Author SHA1 Message Date
John Lancaster
610c2b68e2 updated patio stages 2025-12-12 17:42:51 -06:00
John Lancaster
27db3be4a0 rename 2025-12-12 17:42:42 -06:00
3 changed files with 12 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
bar_lights:
main_floor:
module: light
class: StagedLight
activate-at-start: true
# transition: 3
transition: 3
stages:
- start: '03:00 am'
scene:

7
apps/stages/patio.py Normal file
View File

@@ -0,0 +1,7 @@
from light import StagedLight
class Patio(StagedLight):
def initialize(self):
super().initialize()
self.run_daily(lambda **kwargs: self.turn_on('light.patio', brightness=100), start='sunset - 31s')

View File

@@ -1,8 +1,8 @@
patio:
module: light
class: StagedLight
module: patio
class: Patio
activate-at-start: true
transition: 5
transition: 30
stages:
- start: '01:00 am'
scene: