-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathautomations.yaml
More file actions
29 lines (29 loc) 路 906 Bytes
/
Copy pathautomations.yaml
File metadata and controls
29 lines (29 loc) 路 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- id: "1604998439600"
alias: "House: Water detected"
description: "STATUS: DEPRECATED - Replaced by critical leak alerts in packages/integrations/water.yaml"
triggers:
- trigger: state
entity_id: binary_sensor.water_leak_sensors
to: "on"
condition: []
actions:
- action: script.send_to_home_log
data:
message: "鈿狅笍 :droplet: Potential leak detected :droplet: 鈿狅笍"
log_level: Normal
mode: single
- id: "1604998512525"
alias: "House: Water Not Detected"
description: "STATUS: DEPRECATED - Replaced by leak resolved notifications in packages/integrations/water.yaml"
triggers:
- trigger: state
entity_id: binary_sensor.water_leak_sensors
from: "on"
to: "off"
condition: []
actions:
- action: script.send_to_home_log
data:
message: Potential leak has stopped
log_level: Normal
mode: single