Hi,
I am testing some automations out and wanted to set my triggers to both a time setting and a temperature setting, but it treats them as this or that.
How do I define that both triggers must be hit?
Thanks!
Hi,
I am testing some automations out and wanted to set my triggers to both a time setting and a temperature setting, but it treats them as this or that.
How do I define that both triggers must be hit?
Thanks!
Triggers are events. Two events can’t happen at exactly the same time.
Maybe you can explain more about how you want this to work. E.g.,
In general, though, there are two ways to do something like what ask. One is to create a template binary sensor that does the AND function, then use that as the trigger. Or use a template trigger.
Keep your triggers as they are, then add an AND condition with the desired states of both the sensors.