Remove all garbage collection references

The current solution is prone to constantly being incorrect about when our unlimited pickup is, or when the date should be pushed back. Need to find a better solution.
This commit is contained in:
2023-02-27 17:59:22 -05:00
parent d7c40cdbb1
commit 1e501eaca2
5 changed files with 0 additions and 133 deletions

View File

@ -177,31 +177,6 @@ automation:
state: 'off'
sequence:
- service: script.daily_briefing
- if:
- condition: state
entity_id: sensor.garbage_collection_large_pickup
state: '1'
then:
- service: script.text_notify
data:
type: alert
who: "all"
title: "Garbage Collection - Unlimited"
message: "Tomorrow is large trash pickup day. Please take out all large items, and don't forget the trash can!"
tag: garbage-unlimited
else:
- if:
- condition: state
entity_id: sensor.garbage_collection
state: '1'
then:
- service: script.text_notify
data:
type: alert
who: "all"
title: "Garbage Collection - Regular"
message: "Tomorrow is regular trash pickup day. Make sure the trash can is taken to the curb!"
tag: garbage-regular
- conditions:
- condition: and
conditions:
@ -212,19 +187,6 @@ automation:
state: 'off'
sequence:
- service: script.nightly_briefing
- if:
- condition: state
entity_id: sensor.garbage_collection
attribute: days
state: '7'
then:
- service: script.text_notify
data:
type: alert
who: "all"
title: "Retrieve Garbage Can"
message: "Garbage has been collected. Don't forget to move the trash can back to the house!"
tag: garbage-retrieve
- id: d7641b5e-3cbb-4fb3-b6ed-5edf3157b88d
alias: Kallen Briefing Location Change