bromley .md added

This commit is contained in:
dt215git
2023-03-17 20:16:53 +00:00
parent 8fccedc5d8
commit 9e164f5fe0

View File

@@ -0,0 +1,37 @@
# London Borough of Bromley
Support for schedules provided by the [London Borough of Bromley](https://bromely.gov.uk), serving Bromley, UK.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: bromley_gov_uk
args:
property: PROPERTY_ID
```
### Configuration Variables
### Configuration Variables
**property**<br>
*(string) (required)*
Unique number the London Borough of Bromley uses to identify your property.
#### How to find your `PROPERTY_ID`
Serach for your waste collection schedule at (https://recyclingservices.bromley.gov.uk/waste/). Your `PROPERTY_ID` is the set of numbers at the end of the url when your schedule is being displayed.
For example: recyclingservices.bromley.gov.uk/waste/`6296702`
## Example
```yaml
waste_collection_schedule:
sources:
- name: bromley_gov_uk
args:
uprn: 6296702
```