This commit is contained in:
root
2026-07-14 12:39:36 -04:00
parent 0b1dba2be7
commit 3e174a1599
2 changed files with 292 additions and 202 deletions
+18
View File
@@ -42,3 +42,21 @@
- switch.smart_wi_fi_plug_2
- switch.smart_wi_fi_plug_3
- switch.smart_wi_fi_plug_4
- id: dehumidifier_tank_full_shutoff
alias: Dehumidifier Tank Full - Shut Off Parents Window Fan
description: When the dehumidifier tank level sensor detects water, turn off the Parents Window Fan outlet and send an alerts-channel notification.
mode: single
triggers:
- trigger: state
entity_id: binary_sensor.water_leak_sensor_moisture
to: 'on'
conditions: []
actions:
- action: switch.turn_off
target:
entity_id: switch.parents_window_fan
- action: notify.notify_events_alerts
data:
title: Dehumidifier tank is full
message: Dehumidifier tank is full — Parents Window Fan outlet has been turned off.