add documentation for wastenet.org.nz

This commit is contained in:
mampfes
2021-04-12 11:23:27 +02:00
parent cd45740c0c
commit dd4056a020
3 changed files with 40 additions and 0 deletions

View File

@@ -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)

View 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.

View File

@@ -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)