Coming from Hubitat where there were complex if/then/else setups inside the "action" portion. Not seeing that here, and I got what I needed done, but I'm unsure if its the best way. Essentially if it's late, only turn the light on a little with the motion, else turn both lights all the way on, then turn off when motion stops.
I accomplished this with 3 HA automation:
If motion and if day > both lights.
If motion and if night > one light dim
If motion stops for 10 min > turn off both lights.
Is there a better way?