Automation #1 – Get Notified When Leak Sensor is Tripped
alias: Binary - Leak Sensor Alert
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.water_leak_sensor_1
- binary_sensor.water_leak_sensor_2
- binary_sensor.water_leak_sensor_3
to: "on"
from: "off"
action:
- service: notify.telegram
data_template:
title: WATER LEAK
message: >-
{{ trigger.to_state.attributes.friendly_name }} has detected a leak. If
this is a critical sensor, then the water has been shut off. Please
investigate.
- service: notify.family_emergency
data_template:
title: WATER LEAK
message: >-
{{ trigger.to_state.attributes.friendly_name }} has detected a leak. If
this is a critical sensor, then the water has been shut off. Please
investigate.
- service: notify.google_assistant_sdk
data_template:
message: >-
{{ trigger.to_state.attributes.friendly_name }} has detected a leak. If
this is a critical sensor, then the water has been shut off. Please
investigate.
Automation Example #2 – Notify When Water Is Shut Off
alias: Water Main Shutoff - Notification
description: ""
trigger:
- platform: device
type: turned_off
entity_id: switch.water_shut_off_valve_state
domain: switch
condition: []
action:
- service: notify.telegram
data:
message: The water main has been shut-off, please investigate.
title: Alert
- service: notify.telegram
data:
title: WATER SHUT-OFF
message: The water main has been shut-off, please investigate.
- service: notify.family_emergency
data:
title: WATER SHUT-OFF
message: The water main has been shut-off, please investigate.
- service: notify.google_assistant_sdk
data:
title: WATER SHUT-OFF
message: The water main has been shut-off, please investigate.
mode: single
Automation Example #3 – Turn off Water When Leak Detected
alias: Binary Leak - Shut Off Water
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.water_leak_sensor_1
- binary_sensor.water_leak_sensor_2
- binary_sensor.water_leak_sensor_3
to: "on"
from: "off"
condition: []
action:
- service: switch.turn_off
data: {}
target:
entity_id: switch.water_shut_off_valve_state
mode: single
Comparison Chart Feature Reolink Duo Reolink Duo 2 Reolink Duo 3 Resolution 2K 4MP 16MP Ultra HD Night Vision Standard IR Advanced IR + Color Starlight Night Vision + Color Spotlight Field of View (FOV) 180° 180° Dual Lens 180° Dual Lens Person/Vehicle Detection Not Available Available Smart Detection (Enhanced) Storage Options Micro SD Card,…
Table of Contents ►Description Discover the @cozylaofficial Calendar+, the ultimate 32-inch smart calendar and Android-powered hub for your kitchen or living room! 🏡📅 In this video, I’ll walk you through everything you need to know—from installation to its incredible features. Whether you’re organizing a busy family schedule, streaming Netflix or Disney+, or controlling your smart…
Table of Contents Summary In this video, we take an in-depth look at the Ecovacs Deebot T30S Combo, comparing it with the flagship X2 Combo and last year’s T20 Omni. We discuss the features, such as its impressive 11,000 Pascal suction power, Zero Tangle anti-tangle technology, TrueDetect 3D object detection, and advanced mopping system. We…
Video Is your smart home split across ecosystems? MatterBridge turns your existing Home Assistant entities into native‑looking Matter devices so you can control Zigbee, Z‑Wave, Wi‑Fi, and MQTT devices from Apple Home, Google Home, or SmartThings. This guide walks you through setup plus copy‑paste configs you can use immediately. What MatterBridge Does Requirements 1) Install…
RIGHT NOW THE VALVE IS ONLY $64.95 until Labor Day 2020: https://tshouse.link/tshdome In today’s video, I will be unboxing, installing, and configuring the Dome Z-Wave Water Shut-off Valve. I consider this one of the most critical but boring pieces of your home automation environment. It is something that you install and hope to never need….