I just want to connect a switch and a window sensor so that the switch state reflects the window sensor. I've successfully created a conditional rule like:
IF
sensor CLOSED
THEN
switch ON
ELSE
switch OFF
ENDIF
but with all of the conditions and options, even this is rather complex to set up for something so basic. Is there a simpler way I've missed?