I’ll have to go back and test but sometime around 24.10 my 16 Kasa bulbs that are in a group stopped coming on and off with my automations if any of the entities were offline (meaning somone unplugged the lamp or manually turned it off). The automations are real simple if time equals x turn on the group if time equals y turn off the group? There was one other helper toggle that was at the end of my Automation that would simply toggle on or off based on option 1 or 2 executing. When I read the debugs only the aforementioned toggle would go on and off. I’m guessing the Kasa needed a little bit more time to execute, and after the last action runs, the task is complete. If I put a two second pause before the toggle or I move the toggle above turning on/off the group of Kasa lamps everything works correctly. This ran the other way for a year. The actions always run manually, with an outcome of the expected results on or off, no errors in the logs. I even tried retry.actions and it will only execute if it’s after the helper toggle.
Anyone aware of changes in order of operations for the actions?