Skip to content

Commit

Permalink
fix source landkreis_rhoen_grabfeld and update documentation
Browse files Browse the repository at this point in the history
trash type "Restmüll/Gelber Sack/Biotonne" was split into two distinct types:
- "Restmüll/Biotonne"
- "Gelbe Tonne"
  • Loading branch information
Finghin authored and 5ila5 committed Jun 26, 2024
1 parent b2211e7 commit 03c4f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
'Wertstoffsammelstelle Bischofsheim']

ICON_MAP = {
"Restmüll/Gelber Sack/Biotonne": "mdi:trash-can",
"Restmüll/Biotonne": "mdi:trash-can",
"Gelbe Tonne": "mdi:recycle-variant",
"Papiersammlung": "mdi:package-variant",
"Problemmüllsammlung": "mdi:biohazard"
}
Expand Down
3 changes: 2 additions & 1 deletion doc/source/landkreis_rhoen_grabfeld.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Support for schedules provided by [AbfallInfo Rhön Grabfeld](https://www.abfall
Api in the background is provided by Offizium.

Possibles types are:
- Restmüll/Gelber Sack/Biotonne
- Restmüll/Biotonne
- Gelbe Tonne
- Papiersammlung
- Problemmüllsammlung

Expand Down

0 comments on commit 03c4f63

Please sign in to comment.