add Landkreis Roth to awido documentation

This commit is contained in:
5ila5
2023-09-29 12:09:22 +02:00
parent 9f34b227b1
commit 45e204a487
4 changed files with 13 additions and 1 deletions

View File

@@ -527,6 +527,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Landkreis Rhön Grabfeld](/doc/source/landkreis_rhoen_grabfeld.md) / abfallinfo-rhoen-grabfeld.de
- [Landkreis Rosenheim](/doc/source/awido_de.md) / abfall.landkreis-rosenheim.de
- [Landkreis Rotenburg (Wümme)](/doc/source/abfall_io.md) / lk-awr.de
- [Landkreis Roth](/doc/source/awido_de.md) / landratsamt-roth.de
- [Landkreis Roth](/doc/source/c_trace_de.md) / landratsamt-roth.de
- [Landkreis Schweinfurt](/doc/source/awido_de.md) / landkreis-schweinfurt.de
- [Landkreis Schwäbisch Hall](/doc/source/cmcitymedia_de.md) / cmcitymedia.de

View File

@@ -209,6 +209,11 @@ SERVICE_MAP = [
"url": "https://www.lra-mue.de/",
"service_id": "lra-mue",
},
{
"title": "Landkreis Roth",
"url": "https://www.landratsamt-roth.de/",
"service_id": "roth",
},
]
TEST_CASES = {
@@ -245,6 +250,11 @@ TEST_CASES = {
"city": "Ampfing",
"street": "Marktplatz",
},
"Roth": {
"customer": "roth",
"city": "Spalt",
"street": "Pflugsmühler Weg",
},
}
_LOGGER = logging.getLogger(__name__)

View File

@@ -82,6 +82,7 @@ List of customers (2021-07-09):
- `regensburg`: Stadt Regensburg
- `rmk`: Abfallwirtschaft Rems-Murr
- `rosenheim`: Landkreis Rosenheim
- `roth`: Landkreis Roth
- `tuebingen`: Landkreis Tübingen
- `unterhaching`: Gemeinde Unterhaching
- `unterschleissheim`: Stadt Unterschleißheim

File diff suppressed because one or more lines are too long