updated patio stages
This commit is contained in:
7
apps/stages/patio.py
Normal file
7
apps/stages/patio.py
Normal 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')
|
||||
Reference in New Issue
Block a user