Skip to content

Commit

Permalink
Removed bin distance notification because it got annoying.
Browse files Browse the repository at this point in the history
Update #40
  • Loading branch information
dannytsang committed Mar 18, 2023
1 parent 48f20eb commit 8f8cbc8
Showing 1 changed file with 31 additions and 9 deletions.
40 changes: 31 additions & 9 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f8cbc8

Please sign in to comment.