Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 668 Bytes

wirral_gov_uk.md

File metadata and controls

35 lines (26 loc) · 668 Bytes

Wirral Council

Support for schedules provided by Wirral Council, UK.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: wirral_gov_uk
      args:
        street: STREET
        suburb: SUBURB

Configuration Variables

street
(string) (required)

suburb
(string) (required)

Both the street and suburb are should be supplied in the arguments, as they appear on the web site when viewing your schedule.

Examples

waste_collection_schedule:
  sources:
    - name: wirral_gov_uk
      args:
        street: "Beckenham Road"
        suburb: "New Brighton"