This commit is contained in:
root
2026-08-25 20:02:05 -04:00
parent f8dacd3122
commit cad6ddf7f9
6 changed files with 581 additions and 229 deletions
+16 -1
View File
@@ -56,7 +56,22 @@
- action: switch.turn_off
target:
entity_id: switch.parents_window_fan
- action: script.notify_events_alerts
- action: notify.notify_events_alerts
data:
title: Dehumidifier tank is full
message: Dehumidifier tank is full — Parents Window Fan outlet has been turned off.
- id: dehumidifier_tank_sensor_low_battery
alias: Dehumidifier Tank Sensor Low Battery
description: Alert when the dehumidifier tank level sensor battery is at 10% or lower.
mode: single
triggers:
- trigger: numeric_state
entity_id: sensor.water_leak_sensor_battery
below: 10.1
conditions: []
actions:
- action: notify.notify_events_alerts
data:
title: Dehumidifier tank sensor battery low
message: Dehumidifier tank level sensor battery is at {{ states('sensor.water_leak_sensor_battery') }}%. Replace soon.