mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 06:05:57 +01:00
bromley .md added
This commit is contained in:
37
doc/source/bromley_gov_uk.md
Normal file
37
doc/source/bromley_gov_uk.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user