I'm very new with Home Assistant and Node-Red.
I'm searching how to make an AND gate with the graphical representation.
I want to make:
if "we are at home" AND "we are not sleeping" AND "it's dark"
then "turn all lights on"
else "turn all lights off"
With some trial and error I found the following working. But it looks very complicated on screen
How can i make the represention more simple? By using an AND gate?
Something like this
Thanks