mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
country code error (#1123)
This commit is contained in:
@@ -338,6 +338,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Bürgerportal](/doc/source/buergerportal_de.md) / c-trace.de
|
||||
- [C-Trace](/doc/source/c_trace_de.md) / c-trace.de
|
||||
- [Chemnitz (ASR)](/doc/source/hausmuell_info.md) / asr-chemnitz.de
|
||||
- [Chiemgau Recycling - Landkreis Rosenheim](/doc/source/chiemgau_recycling_lk_rosenheim.md) / chiemgau-recycling.de
|
||||
- [City of Karlsruhe](/doc/source/karlsruhe_de.md) / karlsruhe.de
|
||||
- [CM City Media - Müllkalender](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
|
||||
- [Darmstadt (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
|
||||
|
||||
@@ -5,7 +5,8 @@ from waste_collection_schedule import Collection
|
||||
|
||||
TITLE = "Chiemgau Recycling - Landkreis Rosenheim" # Title will show up in README.md and info.md
|
||||
DESCRIPTION = "Source script for paper waste collection in Landkreis Rosenheim area" # Describe your source
|
||||
URL = "https://chiemgau-recycling.de/" # Insert url to service homepage. URL will show up in README.md and info.md
|
||||
URL = "https://chiemgau-recycling.de" # Insert url to service homepage. URL will show up in README.md and info.md
|
||||
COUNTRY = "de"
|
||||
TEST_CASES = { # Insert arguments for test cases to be used by test_sources.py script
|
||||
"Bruckmühl 1": {
|
||||
"district": "Bruckmühl 1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Chiemgau Recycling - Landkreis Rosenheim (Unofficial API)
|
||||
|
||||
Support for schedules provided by [Chiemgau Recycling](https://chiemgau-recycling.de/), serving Landkreis Rosenheim, Germany.
|
||||
Support for schedules provided by [Chiemgau Recycling](https://chiemgau-recycling.de), serving Landkreis Rosenheim, Germany.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user