From edeef0fd24269f40ddc11ad1d64063860ab09b30 Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 23 Dec 2023 17:47:29 +0100 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index b8d8d95..3f04a3e 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,36 @@ Afval Ophaaldagen: - sensor.afval_vandaag - sensor.afval_morgen ``` + +If you need to monitor more than one address you can create a config with names in them: +``` + - platform: hvcgroep + name: Adres1 + postcode: 4321ZZ + huisnummer: 1 + resources: + - gft + - plastic + - papier + - restafval + date_format_default: "%Y-%m-%d" + date_format_tomorrow: "Morgen %Y-%m-%d" + date_format_today: "Vandaag %Y-%m-%d" + + - platform: hvcgroep + name: Adres2 + postcode: 1234AA + huisnummer: 3 + resources: + - gft + - plastic + - papier + - restafval + date_format_default: "%Y-%m-%d" + date_format_tomorrow: "Morgen %Y-%m-%d" + date_format_today: "Vandaag %Y-%m-%d" +``` + Thing to fix/add is multiple pickups per day for 'today' and 'tomorrow' sensor. ## Screenshots