Say I would like to make an automation that has ten conditions, and should trigger or execute when more than one condition - but not all conditions - are met. Is that possible without a big table of nested and/or/and/or statements?
This could be for error checking (multiple incompatible outputs are simultaneously on) or for something like building a pressure function (IE, each individual condition contributes execution pressure, and there is a pressure threshold above 1).
Wouldn’t that mean manually writing a template with a bunch of nested and/or/and/or statements, or is there a utility within templates that makes this convenient?