Skip to content

Commit c7f9139

Browse files
authored
Merge pull request #6 from Nazze/fix_christmas_tree_collection
Fix christmas tree collection
2 parents f78743a + cbdf829 commit c7f9139

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

custom_components/best_bottrop_garbage_collection/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/Nazze/ha_best_bottrop_garbage_collection/issues",
1010
"requirements": ["best_bottrop_garbage_collection_dates==0.0.23"],
11-
"version": "0.24"
11+
"version": "0.26"
1212
}

custom_components/best_bottrop_garbage_collection/sensor.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,10 @@ def _handle_coordinator_update(self) -> None:
133133
self._attr_unique_id,
134134
)
135135

136-
if self._trash_type_id == "A2954658" or self._trash_type_id == "43806A8A":
137-
_LOGGER.debug("Container oder Weihnachten!")
136+
if self._trash_type_id == "A2954658":
137+
_LOGGER.debug("Container ignored")
138138
return
139-
140-
if self._trash_type_id == "3F14EDC7":
141-
_LOGGER.debug("GELBE TONNE!")
139+
142140
# Now find my JSON
143141
# sub_list_data: lists
144142
# the data is structured as a dict. The key is the street_id.

0 commit comments

Comments
 (0)