Shortcuts and Rules with multiple if/and/or conditional triggers

Here’s the situation I have and would like a set of rules under a single label (not 4+ separate actions):

if (Closet Sensor is Open)
   Turn On Closet Bulb
   if (Time is between 9pm-8am)
      Set Closet Bulb Brightness to 3%
   else 
      Set Closet Bulb Brightness to 100%
else (Closet Sensor is Closed)
   Turn Off Closet Bulb

Right now that relatively simple, and popular, action is 4 rules… per closet. A stackable if/else system within a single rule would be nice, similarly to how IFTT works… without the 8 second delay.

11 Likes