mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
adding glasgow_gov_uk
This commit is contained in:
35
doc/source/glasgow_gov_uk.md
Normal file
35
doc/source/glasgow_gov_uk.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Glasgow City Council
|
||||
|
||||
Support for schedules provided by [Glasgow City Council](https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/AddressSearch.aspx), serving the
|
||||
city of Glasgow, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: glasgow_gov_uk
|
||||
args:
|
||||
uprn: UPRN_CODE
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**uprn**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: glasgow_gov_uk
|
||||
args:
|
||||
uprn: "906700099060"
|
||||
```
|
||||
|
||||
## How to get the uprn argument above
|
||||
|
||||
The UPRN code can be found by entering your postcode or address on the
|
||||
[Glasgow City Council Bin Collections page
|
||||
](https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/AddressSearch.aspx). When on the address list click the 'select' link for your address then on the calendar page look in the browser address bar for your UPRN code e.g. https://www.glasgow.gov.uk/forms/refuseandrecyclingcalendar/CollectionsCalendar.aspx?UPRN=YOURUPRNSHOWNHERE.
|
||||
Reference in New Issue
Block a user