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?