From 4dc8101c09b0b6e7ba58710244669ec93345b006 Mon Sep 17 00:00:00 2001 From: danw87 <123868814+danw87@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:50:35 +0000 Subject: [PATCH] Update binzone_uk.py (#3491) Change ICON_MAP "GARDEN WASTE" to "GARDEN WASTE BIN". Binzone list the bin as "GARDEN WASTE BIN" but post a message 'No garden waste collection due to xx' for reasons such as Christmas / new year which caused false positives --- .../waste_collection_schedule/source/binzone_uk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/binzone_uk.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/binzone_uk.py index 6b7998db6..ecbb143f9 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/binzone_uk.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/binzone_uk.py @@ -29,7 +29,7 @@ ICON_MAP = { "GREY BIN": "mdi:trash-can", "GREEN BIN": "mdi:recycle", - "GARDEN WASTE": "mdi:leaf", + "GARDEN WASTE BIN": "mdi:leaf", "SMALL ELECTRICAL ITEMS": "mdi:hair-dryer", "FOOD BIN": "mdi:food-apple", "TEXTILES": "mdi:hanger",