add / fix docu for Min Renovasjon, Norway

This commit is contained in:
mampfes
2022-08-12 07:25:28 +02:00
parent f5fc6272c0
commit 78762cd5d2
3 changed files with 9 additions and 12 deletions

View File

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

View File

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

View File

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