diff --git a/README.md b/README.md index 1eef5532..193d2cae 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/doc/source/wastenet_org_nz.md b/doc/source/wastenet_org_nz.md new file mode 100644 index 00000000..f58c8fab --- /dev/null +++ b/doc/source/wastenet_org_nz.md @@ -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**
+*(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. \ No newline at end of file diff --git a/info.md b/info.md index b8a57e9f..cfff149f 100644 --- a/info.md +++ b/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)