From 8f8cbc80dc21cb14617b79f6b0f7b5c9ad2fc93e Mon Sep 17 00:00:00 2001 From: Danny Tsang Date: Sat, 18 Mar 2023 16:34:48 +0000 Subject: [PATCH] Removed bin distance notification because it got annoying. Update #40 --- automations.yaml | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/automations.yaml b/automations.yaml index b0f94114..62899893 100644 --- a/automations.yaml +++ b/automations.yaml @@ -936,21 +936,43 @@ target: entity_id: scene.stairs_light_off mode: single -- id: "1678625589121" - alias: Bin +- id: "1678271646644" + alias: "HVAC: Lounge Radiator Below Target Temperature" description: "" trigger: - platform: numeric_state - entity_id: sensor.bin_estimated_distance - above: 3 + entity_id: sensor.lounge_radiator_temperature + for: + hours: 0 + minutes: 1 + seconds: 0 + below: input_number.lounge_radiator_heating_threshold condition: [] action: - service: script.send_direct_notification data: - message: - Bin has changed distance to {{ states('sensor.bin_estimated_distance') - }}. + message: Radiator to call for heat. + title: ":couch_and_lamp: Lounge" people: - person.danny - mode: queued - max: 10 + mode: single +- id: "1678271646645" + alias: "HVAC: Office Radiator Below Target Temperature" + description: "" + trigger: + - platform: numeric_state + entity_id: sensor.office_radiator_temperature + for: + hours: 0 + minutes: 1 + seconds: 0 + below: input_number.office_radiator_heating_threshold + condition: [] + action: + - service: script.send_direct_notification + data: + message: Radiator to call for heat. + title: ":office: Office" + people: + - person.danny + mode: single