To keep the lights off during the day, create a lights_on variable that stores False.
lights_on
False
Make sure to type lights_on = False.
lights_on = False