About
This blueprint provides a clean and reliable water-leak alarm of any binary leak sensor.
It sends both mobile push notifications and Home Assistant UI (persistent) notifications whenever a leak is detected or cleared.
Get it now
Features
- Dual notification toggles – choose between mobile push, HA UI persistent, or both.
- Leak detected & cleared alerts – distinct notifications for both events.
- Separate HA notification cards – “leak detected” and “leak cleared” never overwrite each other.
- Simple setup – pick your sensor, notify service, and customize messages.
Inputs
| Input | Description |
|---|---|
| Leak sensor entity | Any moisture sensor. |
| Notify service | e.g. notify.mobile_app_your_phone or notify.notify. |
| Enable mobile push notifications | Sends push notifications via your chosen notify service. |
| Enable HA UI notifications | Creates persistent cards in HA (bell icon area). |
| Titles & messages | Fully customizable for both leak and clear events. |
Notifications Example
Leak detected:
🚨 Water leak detected
Leak detected by Bathroom Leak Sensor at 2025-10-10 08:23:45.
Leak cleared:
✅ Water leak cleared
Leak cleared for Bathroom Leak Sensor at 2025-10-10 08:31:22.
Tested With
- IKEA BADRING (Zigbee moisture sensor)
- Home Assistant 2025.10.x
- Compatible with any
binary_sensororsensorthat reports wet/dry states
Changelog
v1.1 – Latest update
- Removed “Auto-dismiss leak detected card on clear” toggle
- Added new “Enable mobile push notifications” toggle
- Independent selection between mobile and HA UI notifications
- Cleaned inputs and simplified layout
v1.0 – Initial release
- Leak + clear notifications
- Separate persistent IDs for each event
- No siren/switch dependencies