Hi,
I have configured an alert like this:
alert:
wasmachine_klaar:
name: "Vergeet niet om aan te geven dat je hem hebt leeggemaakt."
done_message: clear_notification
entity_id: input_boolean.wasmachine_draait
state: "off"
repeat:
- 5
- 10
- 15
- 30
- 60
can_acknowledge: true
skip_first: false
notifiers:
- mobile_app_x
- mobile_app_y
data:
tag: wasmachine-klaar
subtitle: "De wasmachine is klaar!"
url: /lovelace/was
The input_boolean.wasmachine_draait
is set by an automation everytime my washing machine finishes. (Based on monitoring the energy usage of the washing machine.) This works really well. What I like is that I keep getting notifications until I click a button to reset the alert. That way, I can’t forget to take the laundry off the machine.
My problem is that the alert also fires everytime that HA is restarted. How can I prevent that from happening?