mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
fix source landkreis_rhoen_grabfeld and update documentation
trash type "Restmüll/Gelber Sack/Biotonne" was split into two distinct types: - "Restmüll/Biotonne" - "Gelbe Tonne"
This commit is contained in:
@@ -22,7 +22,8 @@ EVENT_BLACKLIST = ['Wertstoffhof Mellrichstadt',
|
|||||||
'Wertstoffsammelstelle Bischofsheim']
|
'Wertstoffsammelstelle Bischofsheim']
|
||||||
|
|
||||||
ICON_MAP = {
|
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",
|
"Papiersammlung": "mdi:package-variant",
|
||||||
"Problemmüllsammlung": "mdi:biohazard"
|
"Problemmüllsammlung": "mdi:biohazard"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ Support for schedules provided by [AbfallInfo Rhön Grabfeld](https://www.abfall
|
|||||||
Api in the background is provided by Offizium.
|
Api in the background is provided by Offizium.
|
||||||
|
|
||||||
Possibles types are:
|
Possibles types are:
|
||||||
- Restmüll/Gelber Sack/Biotonne
|
- Restmüll/Biotonne
|
||||||
|
- Gelbe Tonne
|
||||||
- Papiersammlung
|
- Papiersammlung
|
||||||
- Problemmüllsammlung
|
- Problemmüllsammlung
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user