I want the switch for my misters to come on but only after noon, if the temp is above 88F. Problem is that if the condition is true for temp but not for time, it won’t work even though I have the “Mode” set to “Restart”
For future reference “trigger” is an OR condition. One or the other will start (trigger) the automation. The “condition” is an AND condition. First condition AND second condition must be true for the automation to continue.
As the error message says, one of the triggers (in this case the Time trigger) was missing a required platform: key because I didn’t change condition: to platform: as I should have.