mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add dorset_gov_uk (#2659)
* Create dorset_gov_uk.md * Create dorset_gov_uk.py * Added Dorset Council * Fixed data colleection Date format was wrong + JSON data was embedded more * Fixed no data returned when specific bin not used * refromatting * ./update_docu_links.py --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
32
doc/source/dorset_gov_uk.md
Normal file
32
doc/source/dorset_gov_uk.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Dorset Council
|
||||
|
||||
Support for schedules provided by [Dorset Council](https://www.dorsetcouncil.gov.uk), The local authority for the non-metropolitan county of Dorset in England.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: dorset_gov_uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example using UPRN
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: dorset_gov_uk
|
||||
args:
|
||||
uprn: "100040606062"
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user