mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
add documentation for wastenet.org.nz
This commit is contained in:
@@ -67,6 +67,10 @@ Currently the following service providers are supported:
|
||||
- [Abfallwirtschaft Zollernalbkreis](./doc/source/abfall_zollernalbkreis_de.md)
|
||||
- [MyMuell App](./doc/source/jumomind_de.md)
|
||||
|
||||
### New Zealand
|
||||
|
||||
- [Wastenet.org.nz](./doc/source/wastenet_org_nz.md)
|
||||
|
||||
### United States of America
|
||||
|
||||
- [PGH.ST](./doc/source/pgh_st.md)
|
||||
|
||||
32
doc/source/wastenet_org_nz.md
Normal file
32
doc/source/wastenet_org_nz.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# WasteNet Southland
|
||||
|
||||
Support for schedules provided by [WasteNet Southland](http://wastenet.org.nz/), serving the Gore District Council, Invercargill City Council and Southland District Council.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: wastenet_org_nz
|
||||
args:
|
||||
address: ADDRESS
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address**<br>
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: wastenet_org_nz
|
||||
args:
|
||||
address: "67 Chesney Street"
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
The source argument is simply the house mailing address as displayed in the web form.
|
||||
4
info.md
4
info.md
@@ -55,6 +55,10 @@ Currently the following service providers are supported:
|
||||
- [Abfallwirtschaft Zollernalbkreis](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/abfall_zollernalbkreis_de.md)
|
||||
- [MyMuell App](./doc/source/jumomind_de.md)
|
||||
|
||||
### New Zealand
|
||||
|
||||
- [Wastenet.org.nz](./doc/source/wastenet_org_nz.md)
|
||||
|
||||
### United States of America
|
||||
|
||||
- [PGH.ST](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/pgh_st.md)
|
||||
|
||||
Reference in New Issue
Block a user