From 03c4f63180c02f8d5f1aba97248872c1a95b0aa4 Mon Sep 17 00:00:00 2001 From: Marco Hillenbrand Date: Tue, 25 Jun 2024 21:46:04 +0200 Subject: [PATCH] fix source landkreis_rhoen_grabfeld and update documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit trash type "Restmüll/Gelber Sack/Biotonne" was split into two distinct types: - "Restmüll/Biotonne" - "Gelbe Tonne" --- .../source/landkreis_rhoen_grabfeld.py | 3 ++- doc/source/landkreis_rhoen_grabfeld.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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