add MPGK Katowice

This commit is contained in:
5ila5
2024-08-22 18:15:19 +02:00
committed by 5ila5
parent e010bc3053
commit 155a2efcd0
5 changed files with 97 additions and 1 deletions

39
doc/source/mpgk_com_pl.md Normal file
View File

@@ -0,0 +1,39 @@
# MPGK Katowice
Support for schedules provided by [MPGK Katowice](https://www.mpgk.com.pl/), serving Katowice, Poland.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: mpgk_com_pl
args:
street: STREET (Ulica)
number: "NUMBER (Numer)"
```
### Configuration Variables
**street**
*(String) (required)*
**number**
*(String | Integer) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: mpgk_com_pl
args:
street: Warszawska
number: 17
```
## How to get the source argument
You can check if your parameters work at <https://www.mpgk.com.pl/dla-mieszkancow/harmonogram-wywozu-odpadow> and write them exactly like aut suggested on the web page.