Skip to content

Commit

Permalink
Update INFO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Oct 22, 2020
1 parent 72032c0 commit e4c1841
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
suffix: A # (optional, default = '')
include_date_today: false # (optional, default = false) to take or not to take Today into account in the next pickup.
default_label: Geen # (optional, default = Geen) label if no date found
id: <somestring> # (optional, default = '') use if you'd like to have multiple waste pickup locations in HASS
```
Expand All @@ -19,10 +20,11 @@
sensor:
- platform: afvalwijzer
provider: mijnafvalwijzer # (required, default = mijnafvalwijzer) either choose mijnafvalwijzer, rova or afvalstoffendienstkalender
api_token: None # (required, default = '') KEY REQUIRED BUT CANNOT BE OBTAINED!!!
api_token: <somestring> # (required, default = '') KEY REQUIRED BUT CANNOT BE OBTAINED!!!
postal_code: 1111AA # (required, default = '')
street_number: 11 # (required, default = '')
suffix: A # (optional, default = '')
include_date_today: false # (optional, default = false) to take or not to take Today into account in the next pickup.
default_label: Geen # (optional, default = Geen) label if no date found
```
id: <somestring> # (optional, default = '') use if you'd like to have multiple waste pickup locations in HASS
```

0 comments on commit e4c1841

Please sign in to comment.