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