From 7a821a9b2f7d8ba5fbf673d09c24ea33769affcd Mon Sep 17 00:00:00 2001 From: dt215git Date: Sun, 19 Feb 2023 15:55:44 +0000 Subject: [PATCH] basingstoke .md added --- doc/source/basingstoke_gov_uk.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/source/basingstoke_gov_uk.md diff --git a/doc/source/basingstoke_gov_uk.md b/doc/source/basingstoke_gov_uk.md new file mode 100644 index 00000000..4839fab8 --- /dev/null +++ b/doc/source/basingstoke_gov_uk.md @@ -0,0 +1,32 @@ +# Basingstoke and Deane Borough Council + +Support for schedules provided by [Basingstoke and Deane Borough Council](https://www.basingstoke.gov.uk/bincollections), UK. + +## Configuration via configuration.yaml + +```yaml +waste_collection_schedule: + sources: + - name: basingstoke_gov_uk + args: + uprn: UPRN_CODE +``` + +### Configuration Variables + +**uprn** +*(string) (required)* + +## Example + +```yaml +waste_collection_schedule: + sources: + - name: basingstoke_gov_uk + args: + uprn: "100060218986" +``` + +## How to get the source argument + +An easy way to discover your Unique Property Reference Number (UPRN) is by going to and entering in your address details. \ No newline at end of file