Hi
How can I trigger a service call when 2 different entity go from home to away ?
Basically when 2 power plugs drop off the network [away] I want to get a notification
I’ve managed to add one but can’t add 2
Thanks
Hi
How can I trigger a service call when 2 different entity go from home to away ?
Basically when 2 power plugs drop off the network [away] I want to get a notification
I’ve managed to add one but can’t add 2
Thanks
Putting the two power plugs in a group might be the easiest way.
The group will show ‘home’ when at least one of the plugs is home; it will only show ‘not_home’ when both of them are ‘away’.
Add both as individual triggers and then add a condition and list both off them in the state you require (away).
That way the automation will trigger if either of them change to the state (away) but the automations action/s will only only fire if they are both in the state (away).
Post up the yaml of what you have tried if not.
Similarly you could as suggested by @chairstacker make a group and use the group as the trigger.