mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
add Sammelkalender.ch
This commit is contained in:
56
doc/source/sammelkalender_ch.md
Normal file
56
doc/source/sammelkalender_ch.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# Sammelkalender.ch
|
||||
|
||||
Support for schedules provided by [Sammelkalender.ch](https://info.sammelkalender.ch), serving multiple regions in Switzerland.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: sammelkalender_ch
|
||||
args:
|
||||
service_provider: SERVICE PROVIDER
|
||||
municipality: MUNICIPALITY (Gemeinde)
|
||||
street: STREET (Straße)
|
||||
hnr: HOUSE NUMBER (Hausnummer)
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**service_provider**
|
||||
*(String) (required)*
|
||||
|
||||
**municipality**
|
||||
*(String) (required)*
|
||||
|
||||
**street**
|
||||
*(String) (optional)* only required if the form asks for it
|
||||
|
||||
**hnr**
|
||||
*(String) (optional)* only required if the form asks for it
|
||||
|
||||
Supported service providers are:
|
||||
|
||||
- zeba: https://www.zebazug.ch
|
||||
- zkri: https://zkri.ch
|
||||
- real_luzern: https://www.realluzern.ch
|
||||
- zaku: https://www.zaku.ch
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: sammelkalender_ch
|
||||
args:
|
||||
service_provider: zeba
|
||||
municipality: Baar
|
||||
street: Aberenrain
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
You can check if your parameters work by visiting the website of the service provider and entering your address. Or using the app:
|
||||
|
||||
- [IOS AppStore](https://apps.apple.com/ch/app/sammelkalender/id1502137213?l)
|
||||
- [Android PlayStore](https://play.google.com/store/apps/details?id=ch.sammelkalender.app2020)
|
||||
Reference in New Issue
Block a user