Upon restarting HA, one of my lights always toggles, and I can’t figure out why. When I look in the logbook I see this, but I have no idea how to figure out where it is coming from. I do not use “Automations”, strictly Node-Red.
The Supervisor context means it was an add-on that performed this action. So as you use Node Red that is the likely culprit. I have moved your topic to the appropriate forum category where you should be able to get some help with debugging Node Red.
It’s coming from node red. On the right side where the debug panel is. click the info icon. There will be a search bar, enter the name of the light entity. It will bring up every node that has the entity in it.
You’re looking for action nodes specifically. If you click the magnifying glass next to the node it will bring you to it’s location and show the last time it was executed.
Got it - Thanks