Hi,
I’ve a lot of lights, which are turned on/off by sun up/down, motion detectors, time and state of my alarm. Sometime I simply need to ignore all automations and simply manually control my light and switches. How can this be done by individual light and by all global setting for all lights.
You could have an automation that switches all light automations off.
have a binary sensor that you set to on or off and check that in the conditions of all the automations.
Individual is a bit harder.
have a toggle like above for each light and check in every automation for the relevant toggle. This could also be used for the global state. Put all toggles in one group and just switch the group off.
Depending on how many lights and automations you have this could be a bit of work.
I would probably use the individual suggestion as it covers both use cases.