mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Add East Cambs District Council
This commit is contained in:
34
doc/source/eastcambs_gov_uk.md
Normal file
34
doc/source/eastcambs_gov_uk.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# East Cambridgeshire District Council
|
||||
|
||||
Support for schedules provided by [East Cambridgeshire District Council](https://www.eastcambs.gov.uk/), serving East Cambridgeshrire district, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: eastcambs_gov_uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**<br>
|
||||
*(string) (required)*
|
||||
|
||||
|
||||
#### How to find your `UPRN`
|
||||
An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details.
|
||||
Otherwise you can inspect the web requests the East Cambridgeshire District Council website makes when entering in your postcode and then selecting your address.
|
||||
|
||||
## Example
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: eastcambs_gov_uk
|
||||
args:
|
||||
uprn: 10002597178
|
||||
```
|
||||
Reference in New Issue
Block a user