|
|
|
|
|
by gregmac
1799 days ago
|
|
> Something I wish they'd get to is looping support. It's unusual that you need a third party extension to do a for-loop. Out of curiosity, what do you need a for loop for? I've so far only created a single loop: it randomly changes the colors of a couple lights in my office. This uses a delay component and a switch (controllable from Home Assistant) called "office_lights_cycle". The switch both initially triggers and breaks the loop. When executed, it picks a random color for one light, sets the other to a complementary hue 90° away, sets them with a transition time of 300s (very slow fade), and the loop triggers again a few minutes later. https://i.imgur.com/XM53DO4.png |
|