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)