cancel
Showing results for 
Search instead for 
Did you mean: 

No solution to simple automation

Bryandurand
Community Member

I’m trying to set up a simple automation but it doesn’t seem possible 

if switch is off for longer than 2 hours then trigger a routine

does anyone know how i can to this?

 

1 REPLY 1

smarthomie
Community Member

It should be possible like that:

- starters:
  - type: device.state.OnOff
   
device: example switch - example room
   
state: On
   
is: false
   
for: 120min