updates
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user