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
Table of Contents ►Description The @ECOVACSRobotics T80S Omni keeps everything that made the T80 great and fixes the specific things that didn’t. In this review, I test the upgraded roller system, new triple lift mechanism, increased suction power, and hot water mop washing — all against the original T80 — to show you what actually…
Video Post Unlocking Remote Monitoring: Eufy’s 4G Solar-Powered Security Camera Review In the realm of advanced security cameras, the quest for autonomy and flexibility has led to significant innovation. The Eufy S330 4G Camera emerges as a pioneering solution, designed for areas beyond the reach of conventional Wi-Fi networks. This review delves into its capabilities,…
Summary In this video, we explore the integration of smart home air quality sensors to enhance the safety, comfort, and overall well-being of living environments. We look into various types of sensors, including CO2, particulate matter (PM2.5 and PM10), and VOC sensors, explaining their importance and demonstrating how they can be monitored and controlled using…
Today we’re going to look at how to track packages and mail in Home Assistant. This quick and easy project will allow you to see the status of packages being shipped to your house. I don’t show you how to set up your account for the major carriers like UPS, USPS, and FedEx. But I’ve…
https://youtu.be/DQ7wfjOQpdY TRANSCRIPT – Coming Soon Installing HACS This is a critical add-on for Home Assistant HACS Documentation: https://hacs.xyz This Smart House Video on installing HACS: Option 1 – Govee Bluetooth (Built-in) https://www.home-assistant.io/integrations/govee_ble/ Option 2 – Govee Bluetooth Lights https://github.com/timniklas/hacs-govee-bluetooth-lights Option 3 – Govee Cloud API https://github.com/LaggAt/hacs-govee Option 4 – Govee Local API https://github.com/wez/govee-lan-hass Option 5…
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…