File tree 2 files changed +4
-6
lines changed
custom_components/best_bottrop_garbage_collection
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
"iot_class" : " cloud_polling" ,
9
9
"issue_tracker" : " https://github.com/Nazze/ha_best_bottrop_garbage_collection/issues" ,
10
10
"requirements" : [" best_bottrop_garbage_collection_dates==0.0.23" ],
11
- "version" : " 0.24 "
11
+ "version" : " 0.26 "
12
12
}
Original file line number Diff line number Diff line change @@ -133,12 +133,10 @@ def _handle_coordinator_update(self) -> None:
133
133
self ._attr_unique_id ,
134
134
)
135
135
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 " )
138
138
return
139
-
140
- if self ._trash_type_id == "3F14EDC7" :
141
- _LOGGER .debug ("GELBE TONNE!" )
139
+
142
140
# Now find my JSON
143
141
# sub_list_data: lists
144
142
# the data is structured as a dict. The key is the street_id.
You can’t perform that action at this time.
0 commit comments