mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add support for Muehldorf to awido_de
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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__)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user