diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/landkreis_rhoen_grabfeld.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/landkreis_rhoen_grabfeld.py index ddcff38e6..5996d0558 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/landkreis_rhoen_grabfeld.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/landkreis_rhoen_grabfeld.py @@ -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" } diff --git a/doc/source/landkreis_rhoen_grabfeld.md b/doc/source/landkreis_rhoen_grabfeld.md index 83bf7fe6d..876c9d232 100644 --- a/doc/source/landkreis_rhoen_grabfeld.md +++ b/doc/source/landkreis_rhoen_grabfeld.md @@ -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