Files
hacs_waste_collection_schedule/doc/source/seattle_gov.md
2021-02-06 18:32:39 -08:00

819 B

Seattle Public Utilities

Support for schedules provided by Seattle Public Utilities, serving the city of Seattle, WA, USA.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: seattle_gov
      args:
        street_address: STREET_ADDRESS

Configuration Variables

street_address
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: seattle_gov
      args:
        street_address: 600 4th Ave

How to get the source argument

The source argument is simply the house mailing address. Road type (eg. St, Ave) and cardinal direction if applicable (eg. N/S/NW) are required, so "501 23rd Ave" and "501 23rd Ave E" will give different results.