mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
soton .md added
This commit is contained in:
34
doc/source/southampton_gov_uk.md
Normal file
34
doc/source/southampton_gov_uk.md
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
# Southampton City Council
|
||||||
|
|
||||||
|
Support for schedules provided by [Southampton City Council](https://southampton.gov.uk/)
|
||||||
|
|
||||||
|
## Configuration via configuration.yaml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
waste_collection_schedule:
|
||||||
|
sources:
|
||||||
|
- name: southampton_gov_uk
|
||||||
|
args:
|
||||||
|
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||||
|
```
|
||||||
|
|
||||||
|
### Configuration Variables
|
||||||
|
|
||||||
|
**uprn**
|
||||||
|
*(string) (required)*
|
||||||
|
|
||||||
|
This is required to unambiguously identify the property.
|
||||||
|
|
||||||
|
## Example using UPRN
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
waste_collection_schedule:
|
||||||
|
sources:
|
||||||
|
- name: southampton_gov_uk
|
||||||
|
args:
|
||||||
|
uprn: "100060685712"
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to find your `UPRN`
|
||||||
|
|
||||||
|
An easy way to find 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