-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from xirixiz/dev_release
Improvements and breaking changes
- Loading branch information
Showing
8 changed files
with
354 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,15 @@ | ||
|
||
## Example configuration | ||
|
||
###### SENSOR - CONFIGURATION.YAML - SCRAPER (DEFAULT) | ||
###### SENSOR - CONFIGURATION.YAML | ||
```yaml | ||
sensor: | ||
- platform: afvalwijzer | ||
provider: mijnafvalwijzer # (required, default = mijnafvalwijzer) either choose mijnafvalwijzer, rova or afvalstoffendienstkalender | ||
postal_code: 1111AA # (required, default = '') | ||
street_number: 11 # (required, default = '') | ||
suffix: A # (optional, default = '') | ||
postal_code: 1234AB # (required, default = '') | ||
street_number: 5 # (required, default = '') | ||
suffix: '' # (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 | ||
``` | ||
###### SENSOR - CONFIGURATION.YAML - API (KEY REQUIRED BUT CANNOT BE OBTAINED!!!) | ||
```yaml | ||
sensor: | ||
- platform: afvalwijzer | ||
provider: mijnafvalwijzer # (required, default = mijnafvalwijzer) either choose mijnafvalwijzer, rova or afvalstoffendienstkalender | ||
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 | ||
id: '' # (optional, default = '') use if you'd like to have multiple waste pickup locations in HASS | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.