#Is there a downside to having multiple triggers and if-then statements in one automation
1 messages · Page 1 of 1 (latest)
Technically it makes no difference. It's a stylistic choice, as multiple nested if: blocks or a choose: with many branches may be less easily interpretable.
No percievable downsides. You get less automations and more modularity (e.g. in case you want to turn one such automation off instead of 6)