Skip to content

Instantly share code, notes, and snippets.

@sdwilsh
Created January 29, 2022 23:31
Show Gist options
  • Save sdwilsh/2d9a1c9b5fbd6a91e9b14af4f55562c5 to your computer and use it in GitHub Desktop.
Save sdwilsh/2d9a1c9b5fbd6a91e9b14af4f55562c5 to your computer and use it in GitHub Desktop.
waste_collection_schedule:
sources:
- name: seattle_gov
args:
street_address: "ADDRESS HERE"
customize:
- type: "Garbage"
icon: "mdi:delete"
- type: "Food/Yard Waste"
alias: "Compost"
icon: "mdi:leaf"
- type: "Recycle"
icon: "mdi:recycle"
sensor:
- platform: waste_collection_schedule
name: "next_garbage_collection"
types:
- "Garbage"
- platform: waste_collection_schedule
name: "next_compost_collection"
types:
- "Compost"
- platform: waste_collection_schedule
name: "next_recycle_collection"
types:
- "Recycle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment