Manual zwave switch trigger automation, not just turn light on and off

I have some innovelli zwave switches that I need to be able to distinguish more than just on and off. I have automations on this group of switches that turn them on and off with motion and schedules, but I need to be able to capture if someone manual hits the switch so I can trip a boolean along with the light.

I plan to use the boolean as a flag that the light was turned on manually, not to turn it back off again with automation. How can I do this?

You can probably use Central Scene events as a trigger, instead of State. The Central Scene event will be triggered by button presses and not by Z-Wave commands from the controller.