Using a different app that requires the RPi.GPIO library, this can cause the plugin to crash when on a later version of OctoPrint.
This happens because gpiozero will automatically choice between lgpio or RPi.GPIO depending on what's installed, if another plugin is running and using RPi.GPIO, it will use this library instead to avoid conflicts, however, this will cause the plugin to crash if using a button to control the light, this is because RPi.GPIO does not work correctly with that later versions of the Linux kernel.