add support for Kulmbach to awido_de (#1083)

This commit is contained in:
Raphael Heinz
2023-07-13 08:04:32 +02:00
committed by GitHub
parent dd947f15c5
commit 377db9af5e
4 changed files with 8 additions and 1 deletions

View File

@@ -419,6 +419,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Landkreis Heilbronn](/doc/source/abfall_io.md) / landkreis-heilbronn.de
- [Landkreis Kelheim](/doc/source/awido_de.md) / landkreis-kelheim.de
- [Landkreis Kronach](/doc/source/awido_de.md) / landkreis-kronach.de
- [Landkreis Kulmbach](/doc/source/awido_de.md) / landkreis-kulmbach.de
- [Landkreis Leer (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Landkreis Limburg-Weilburg](/doc/source/abfall_io.md) / awb-lm.de
- [Landkreis Mettmann (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de

View File

@@ -84,6 +84,11 @@ SERVICE_MAP = [
"url": "https://www.landkreis-kronach.de/",
"service_id": "kronach",
},
{
"title": "Landkreis Kulmbach",
"url": "https://www.landkreis-kulmbach.de/",
"service_id": "kulmbach",
},
{
"title": "Landkreis Erding",
"url": "https://www.landkreis-erding.de/",

View File

@@ -70,6 +70,7 @@ List of customers (2021-07-09):
- `kelheim`: Landkreis Kelheim
- `kreis-tir`: Landkreis Tirschenreuth
- `kronach`: Landkreis Kronach
- `kulmbach`: Landkreis Kulmbach
- `landkreisbetriebe`: Landkreisbetriebe Neuburg-Schrobenhausen
- `lra-ab`: Landkreis Aschaffenburg
- `lra-dah`: Landratsamt Dachau

File diff suppressed because one or more lines are too long