09-04-2023 02:31 PM
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?
09-06-2023 09:06 AM
It should be possible like that:
- starters:
- type: device.state.OnOff
device: example switch - example room
state: On
is: false
for: 120min