Light turning on by unknown

I’m not sure if this is the right forum for this post. Please let me know where I should post it if I am incorrect.

My front porch light is a Hue color bulb and is connected directly to HA. I do not use the Hue Hub. I have a node red flow that turns the light on/off at sunset/sunrise. The flow works perfectly. Something else is turning the Hue bulb on/off during the day. According to the logbook, I can see when the supervisor turns the bulb on/off as it should. There are some entries that say the light was turned on/off by Amishman and others that do not say who did it. I did not turn that light on/off.

I placed “homeassistant.components.lights: debug” in my configuration.yaml but it is not showing any information. The alexa debug works though.

logger:
  default: info
  logs:
    homeassistant.components.lights: debug
    homeassistant.components.alexa: debug

I only use node red. I do not have any automations setup. Also, that light bulb is not in any groups. How can I figure out what is controlling this bulb?

IIRC there’s some learning mode in alexa that you may have turned on that’s doing it.

I have similar issue where alexa turn on lights at 5AM

You can check in alexa app to verify it is cause

This was happening before I integrated alexa into HA. I had alexa say different things in node red but my devices were accessible. Is there a way I can see what is causing it to turn on? Is my logger set up correctly for lights?