I’m trying to create a toggle based on 3 devices, but I’m not sure how to do that. Specifically I’ve got a motion sensor, button+delay, and daytime states and I’d like to merge them all into a single “is any of them on” state.
I could hack that with something like each action mapping (through python scripting) to a different bit in a number helper. But maybe I’m missing some easier option?