hi.
i’m using notifications to let me know when my dehumidifier shuts down (stops drawing power) when the water tank is full. the thing is that i have to go in and dismiss the notification manually. is it possible to dismiss the notification automatically when i empty the water tank and the dehumidifier goes back to normal?
also, is it possible to send notifications via SMS?
metadata: {}
data:
message: The dehumidifier just shut down. Is the water tank full?
action: notify.persistent_notification
is there any type of notification that can do what i want?
i usually turn off tailscale and the companion app because they drain the battery so fast. also, can the companion app play a sound when a notification comes in?
Yes, the Persistent Notification integration has an action persistent_notification.dismiss for that purpose, but you will need to modify your original action so that the notification’s ID is known…
- action: notify.persistent_notification
metadata: {}
data:
message: The dehumidifier just shut down. Is the water tank full?
data:
notification_id: dehumidifier_shut_down