mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Add Braintree, UK
This commit is contained in:
33
doc/source/braintree_gov_uk.md
Normal file
33
doc/source/braintree_gov_uk.md
Normal 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"
|
||||
```
|
||||
Reference in New Issue
Block a user