Files
hacs_waste_collection_schedule/doc/source/wirral_gov_uk.md
dt215git deda0bacd6 New Source: Wirral, UK (#953)
* initial commit

* test cases added

* wirral .md added, args updated

* update_docu_links run

* typo corrected
2023-05-06 11:12:41 +02:00

668 B

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"