mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 00:04:11 +01:00
add / fix docu for Min Renovasjon, Norway
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
3
info.md
3
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)
|
||||
|
||||
Reference in New Issue
Block a user