Skip to content

Commit

Permalink
Removed conservatory leak automation.
Browse files Browse the repository at this point in the history
Device stopped working and has been removed.
  • Loading branch information
dannytsang committed Oct 31, 2023
1 parent aaffe54 commit c543aeb
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,6 @@
- person.danny
- person.terina
mode: single
- id: "1594146384568"
alias: "Conservatory: Water Detected"
description: ""
trigger:
- entity_id: binary_sensor.conservatory_bucket_water
platform: state
to: "on"
condition: []
action:
- service: script.send_to_home_log
data:
message: ":warning: :droplet: Water detected in the conservatory :droplet: :warning:"
log_level: Normal
mode: single
- id: "1594148554582"
alias: "Conservatory: Water Not Detected"
description: ""
trigger:
- entity_id: binary_sensor.conservatory_bucket_water
from: "on"
platform: state
to: "off"
condition: []
action:
- service: script.send_to_home_log
data:
message: Water no longer detected in the conservatory
log_level: Normal
mode: single
- id: "1604998439600"
alias: "House: Water detected"
description: ""
Expand Down Expand Up @@ -536,26 +507,6 @@
- service: script.turn_everything_off
data: {}
mode: single
- id: "1659390515112"
alias: "Conservatory: Leak Detected"
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.conservatory_bucket_water
from: "off"
to: "on"
for:
hours: 0
minutes: 1
seconds: 0
condition: []
action:
- service: script.send_direct_notification
data:
message: Leak detected
title: Conservatory
mode: single
- id: "1660326219450"
alias: "Weather: Morning Check For Hot Day Forecast"
description: ""
Expand Down

0 comments on commit c543aeb

Please sign in to comment.