Add Braintree, UK

This commit is contained in:
Chris Pressland
2022-12-21 16:03:51 +00:00
parent 5c59f324cc
commit 77b90c374a
3 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Bracknell Forest Council
Support for schedules provided by [Braintree District Council](https://www.braintree.gov.uk/xfp/form/554), serving Braintree, UK.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: braintree_gov_uk
args:
post_code: Post Code
house_number: House Number
```
### Configuration Variables
**post_code**<br>
*(string) (required)*
**house_number**<br>
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: braintree_gov_uk
args:
post_code: "CM8 3QE"
house_number: "30"
```