mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
feat: Add Newcastle-Upon-Tyne source
This commit is contained in:
35
doc/source/newcastle_gov_uk.md
Normal file
35
doc/source/newcastle_gov_uk.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Newcastle City Council
|
||||
|
||||
Support for schedules provided by [Newcastle City Council](https://community.newcastle.gov.uk/my-neighbourhood/)
|
||||
|
||||
**Note**: Collection schedule will only show the next date, not all future dates
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: newcastle_gov_uk
|
||||
args:
|
||||
uprn: UNIQUE_PROPERTY_REFERENCE_NUMBER
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**<br>
|
||||
*(string) (required)*
|
||||
|
||||
This is required to unambiguously identify the property.
|
||||
|
||||
## Example using UPRN
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: newcastle_gov_uk
|
||||
args:
|
||||
uprn: 74023685
|
||||
```
|
||||
|
||||
## 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