diff --git a/README.md b/README.md index fcae32e1..e92070be 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,9 @@ Currently the following service providers are supported: - [Gore, Invercargill & Southland](./doc/source/wastenet_org_nz.md) - [Wellington](./doc/source/wellington_govt_nz.md) +## Norway +- [Min Renovasjon](./doc/source/minrenovasjon_no.md) + ### Poland - [Warsaw](./doc/source/warszawa19115_pl.md) diff --git a/doc/source/minrenovasjon_no.md b/doc/source/minrenovasjon_no.md index c8371d38..f5066007 100644 --- a/doc/source/minrenovasjon_no.md +++ b/doc/source/minrenovasjon_no.md @@ -4,13 +4,12 @@ This plugin is based on https://github.com/Danielhiversen/home_assistant_min_ren `street_code` and `county_id` needs to be looked up at kartverket: - * Webgui: https://ws.geonorge.no/adresser/v1/#/default/get_sok - * API: https://ws.geonorge.no/adresser/v1/sok?sok=Min%20Gate%2012 +- Webgui: https://ws.geonorge.no/adresser/v1/#/default/get_sok +- API: https://ws.geonorge.no/adresser/v1/sok?sok=Min%20Gate%2012 `street_code` equals to `adressekode` and `county_id` equals to `kommunenummer`. - -``` +```yaml waste_collection_schedule: sources: - name: minrenovasjon_no @@ -20,11 +19,3 @@ waste_collection_schedule: street_code: "2469" county_id: "3024" ``` - - -``` -sensor: - - platform: waste_collection_schedule - name: renovasjon - details_format: generic -``` diff --git a/info.md b/info.md index 68011590..4e7ab2d9 100644 --- a/info.md +++ b/info.md @@ -111,6 +111,9 @@ Currently the following service providers are supported: - [Gore, Invercargill & Southland](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/wastenet_org_nz.md) - [Wellington](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/wellington_govt_nz.md) +## Norway +- [Min Renovasjon](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/minrenovasjon_no.md) + ### Poland - [Warsaw](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/warszawa19115_pl.md)