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
Blacklist DVB Drivers Create new configuration file 2. Paste in the following code 3. Save the file by pressing CTRL-X and then Y to save. Restart your box after this to ensure the drivers have been blacklisted Install MeterMon with Docker Run the following command to pull the image. If you are using a Raspberry…
Table of Contents ►Video Description 🚀 Welcome to CES 2025! In this video, I’m exploring Mammotion’s latest lineup of robot mowers, including the powerful Luba 2 AWD X Series and the compact yet capable Luba Mini AWD. 🏡 From smart AI-driven navigation to zero-turn omni-wheels and enhanced obstacle detection, these mowers are packed with features…
Your Smart Home Is Generating More Data Than Ever—Here’s How to Keep It Safe If you’re like most smart home users (or digital content creators like me), your devices are creating a ton of data—security footage, family photos, smart home configs, personal documents. And chances are, you’re not backing it up properly. Relying on cloud…
Kit with all of the Hardware You Need Alternative Way to Install Home Assistant on a Thin Client https://community.home-assistant.io/t/wyse-thin-client-home-assistant-os-installation-instructions/220524
VIDEO Your Tesla might read SMS messages out loud. Your smart glasses might do the same. But try getting a Home Assistant alert directly into either of those—and you’ll quickly hit a wall. Most infotainment systems don’t support notifications from anything but basic SMS, and even then, only through specific, outdated channels. So how do…
Direct Links in Video ESPresense Home Page – https://espresense.com/ ESPresense Project Page – https://github.com/ESPresense/ESPresense/ Install Page – https://espresense.com/install Web Terminal – https://espresense.com/terminal Hardware ESP32 “Base Stations” – https://espresense.com/hardware Compatible BLE Trackers – https://espresense.com/beacons Create a Virtual Device Tracker with ESPresense Now if you want to be able to use the ESPresense device as a device…