add support for Muehldorf to awido_de

This commit is contained in:
mampfes
2023-07-11 07:54:14 +02:00
parent ca0d4fa882
commit 893f394464
4 changed files with 14 additions and 2 deletions

View File

@@ -422,6 +422,7 @@ Waste collection schedules in the following formats and countries are supported.
- [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
- [Landkreis Mühldorf a. Inn](/doc/source/awido_de.md) / lra-mue.de
- [Landkreis Nordwestmecklenburg](/doc/source/geoport_nwm_de.md) / geoport-nwm.de
- [Landkreis Northeim (unofficial)](/doc/ics/nerdbridge_de.md) / abfall.nerdbridge.de
- [Landkreis Ostallgäu](/doc/source/abfall_io.md) / buerger-ostallgaeu.de

View File

@@ -199,6 +199,11 @@ SERVICE_MAP = [
"url": "https://www.landkreis-aschaffenburg.de/",
"service_id": "lra-ab",
},
{
"title": "Landkreis Mühldorf a. Inn",
"url": "https://www.lra-mue.de/",
"service_id": "lra-mue",
},
]
TEST_CASES = {
@@ -229,7 +234,12 @@ TEST_CASES = {
"Daaden-Herdorf": {
"customer": "awb-ak",
"city": "VG Daaden-Herdorf - Kernstadt Herdorf",
}
},
"Mühldorf": {
"customer": "lra-mue",
"city": "Ampfing",
"street": "Marktplatz",
},
}
_LOGGER = logging.getLogger(__name__)

View File

@@ -73,6 +73,7 @@ List of customers (2021-07-09):
- `landkreisbetriebe`: Landkreisbetriebe Neuburg-Schrobenhausen
- `lra-ab`: Landkreis Aschaffenburg
- `lra-dah`: Landratsamt Dachau
- `lra-mue`: Landkreis Mühldorf a. Inn
- `lra-schweinfurt`: Landkreis Schweinfurt
- `memmingen`: Stadt Memmingen
- `neustadt`: Neustadt a.d. Waldnaab

File diff suppressed because one or more lines are too long