From c543aeb59ebd2df0b064e4c18ed1c4ff1cd71abb Mon Sep 17 00:00:00 2001 From: Danny Tsang Date: Tue, 31 Oct 2023 15:46:13 +0000 Subject: [PATCH] Removed conservatory leak automation. Device stopped working and has been removed. --- automations.yaml | 49 ------------------------------------------------ 1 file changed, 49 deletions(-) diff --git a/automations.yaml b/automations.yaml index bd251bde..8a57f65b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -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: "" @@ -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: ""