4 lines
122 B
Python
4 lines
122 B
Python
|
@state_trigger("switch.bad_luefter == 'on'", state_hold=60 * 15)
|
||
|
def luefter_auto_off():
|
||
|
switch.bad_luefter.turn_off()
|