Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Dec 23, 2023
1 parent bffc349 commit edeef0f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edeef0f

Please sign in to comment.