Hey everyone, I’ve been diving into creating more complex automations lately and stumbled upon a scenario that I’d love to get your thoughts on. I’m trying to set up a system where multiple conditions need to be met before an action is triggered. Specifically, I want to create an automation that turns on my living room lights if two things happen: the Home mode is selected and it’s after 6 PM.
I’ve read through the documentation and various forum posts, and I know that basic if-then scenarios are pretty straightforward. But adding that extra layer of ‘and’ has me a bit stuck. I’ve tried modifying the trigger section in my automation editor to include both conditions, but I’m either getting errors or the automation isn’t triggering at all.
Here’s a quick example of what I’m trying to achieve:
- Trigger 1: Home mode is selected
- Trigger 2: Time is after 18:00
- Action: Turn on living room lights
I’ve also considered using templates or variables to make this more dynamic, but I’m not entirely sure how to structure that. Has anyone successfully implemented something similar? I’d love to hear about your approaches or any tips you might have for making this work seamlessly.
On a related note, I did manage to get a simpler automation working where the lights turn on when I switch to Away mode, but adding the time condition has been the hurdle. I’m hopeful that with a bit more tweaking and maybe some guidance from the community, I can get this sorted out. Thanks in advance for any advice you can share!