Finish Erlangen-Höchstadt Source

This commit is contained in:
Finn Freitag
2022-11-24 18:10:17 +01:00
parent 662c548e96
commit 38e6ecbbe0
4 changed files with 9 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ Currently the following service providers are supported:
- [C-Trace.de](./doc/source/c_trace_de.md)
- [Cochem-Zell](./doc/source/cochem_zell_online_de.md)
- [EGN-Abfallkalender.de](./doc/source/egn_abfallkalender_de.md)
- [Erlangen-Höchstadt](./doc/source/erlangen_hoechstadt_de.md)
- [Jumomind.de](./doc/source/jumomind_de.md)
- [KAEV Niederlausitz](./doc/source/kaev_niederlausitz_de.md)
- [KWB-Goslar.de](./doc/source/kwb_goslar_de.md)

View File

@@ -10,7 +10,8 @@ DESCRIPTION = "Source for Landkreis Erlangen-Höchstadt"
URL = "https://www.erlangen-hoechstadt.de/"
TEST_CASES = {
"Höchstadt": {"city": "Höchstadt", "street": "Böhmerwaldstraße"},
"Brand": {"city": "Eckental", "street": "Eckenhaid, Amselweg"}
"Brand": {"city": "Eckental", "street": "Eckenhaid, Amselweg"},
"Ortsteile": {"city":"Wachenroth", "street": "Wachenroth Ort ink. aller Ortsteile"}
}

View File

@@ -20,4 +20,8 @@ Note: Set the `separator` to `" / "` as it's the way different waste types are s
*(string) (required)*
**street**<br>
*(string) (required)*
*(string) (required)*
### How to get the source arguments
Visit [erlangen-hoechstadt.de](https://www.erlangen-hoechstadt.de/aktuelles/abfallkalender/) and search for your area. Use the value from the "Ort" dropdown as `city` argument and the one from "Ortsteil/Straße" as `street`. `street` is case sensitive!

View File

@@ -92,6 +92,7 @@ Currently the following service providers are supported:
- [C-Trace.de](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/c_trace_de.md)
- [Cochem-Zell](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/cochem_zell_online_de.md)
- [EGN-Abfallkalender.de](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/egn_abfallkalender_de.md)
- [Erlangen-Höchstadt](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/erlangen_hoechstadt_de.md)
- [Jumomind.de](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/jumomind_de.md)
- [KWB-Goslar.de](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/kwb_goslar_de.md)
- [KAEV Niederlausitz](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/kaev_niederlausitz_de.md)