Pattern trigger

I want to give user notification when kWh > 10% (input max kWh - kWh)

I already make automation like this :

What I want is that the notification only appears once in the first time. So when I haven’t update the input max kWh I don’t receive any notification.

But after I updated the input max kWh, if sometime the condition [kWh > 10% (input max kWh - kWh)] is true, i want the notification can appears again right away(no delay) but it just 1 notification, not appears every second(if the condition still true or i haven’t update the input max kWh)

1 Like

Don’t use a time-pattern trigger if you don’t want or need the possibility of your actions happening that often… It is wasteful of resources and anti-pattern.

You can just combine the two templates you are using as conditions into a single template trigger.