Files
hacs_waste_collection_schedule/doc/source/tmbc_gov_uk.md
Nick Hills 59c889c23b Correct council name tmbc_gov_uk.md
Updated the page title which reflected another authority
2023-06-07 11:21:58 +01:00

919 B

Tonbridge & Malling Borough Council

Support for schedules provided by Tonbridge and Malling Borough Council, serving Tonbridge and Malling, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: tmbc_gov_uk
      args:
        post_code: Post Code
        address: Address

Configuration Variables

post_code
(string) (required)

address
(string) (required)

Example

waste_collection_schedule:
    sources:
    - name: tmbc_gov_uk
      args:
        post_code: "ME19 6NE"
        address: "138 High Street"

How to verify that your address works

Visit tmbc.gov.uk page and search for your address. The string you select as Address (only starts with is checked, so you can stop after the street) should match exactly your address parameter.