Hi,
I am looking for a way to send a Push-Notification once. I installed HA-App for iOS. A manual triggeerd push notification works fine.
What I want to do is sending push notifications, depending on a sensor or state, once.
E.g.: HA should send a notification (Please open the window) once if the humidity in the bathroom exeeds 65%. If the humidity continues to rise (or fall a few %), no further notification should be sent.
I am very new to Home Assistant and don’t know how to implement it. Maybe someone could give me some advice.
At the top of this forum is a Docs button, you can find pretty much anything there.
As for your question:
Numeric state trigger
Fires when the numeric value of an entity’s state (or attribute’s value if using the attribute property, or the calculated value if using the value_template property)crosses (and only when crossing) a given threshold. On state change of a specified entity, attempts to parse the state as a number and fires if the value is changing from above to below or from below to above the given threshold.