mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Add new files.
This commit is contained in:
34
doc/source/aucklandcouncil_govt_nz.md
Normal file
34
doc/source/aucklandcouncil_govt_nz.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# WasteNet Southland
|
||||
|
||||
Support for schedules provided by [Auckland Council](https://aucklandcouncil.govt.nz/).
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: aucklandcouncil_govt_nz
|
||||
args:
|
||||
area_number: AREA_NUMBER_FROM_COLLECTION_PAGE # see 'How to get the source argumnet below'
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**area_number**<br>
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: aucklandcouncil_govt_nz
|
||||
args:
|
||||
area_number: 12342306525
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
The source argument is the area number from Auckland Council site:
|
||||
- Open your collection days page by entering your address [on the Auckland Council collection day finder](https://www.aucklandcouncil.govt.nz/rubbish-recycling/rubbish-recycling-collections/Pages/rubbish-recycling-collection-days.aspx)
|
||||
- Look for 'an' parameter in your browser URL, e.g. https://www.aucklandcouncil.govt.nz/rubbish-recycling/rubbish-recycling-collections/Pages/collection-day-detail.aspx?an=12342306525
|
||||
- In this example the area number is 12342306525 .
|
||||
Reference in New Issue
Block a user