Releases: bruxy70/Garbage-Collection
Permanent fix of calendar issue
This should fix the issue with calendar for collection with expiration day at the day of collection after the expiration day.
Previously, it was detecting that it is the current day after expiration and it started looking for the next collection. As a result, it was missing from the calendar. This should now be fixed. And it is also correctly showing these as non fill day events.
Hopefully, the error in #211 will not happen again. Please test.
Temporary fix of calendar error in certain conditions
Fix (workaround)
#211 Looks like the calendar gets confused at the collection if expire_after us defined and it is after this time. This is a partial rollback to the previous functionality (everything is full-day event). But it is still missing that entry from the calendar. But at least it does not fail. I will fix that in the next release.
Fix calendar end date and time, Include dates outside of the collection period, Swedish translation, Trim quotes in ignore list
Bugfixes
#204 Swedish translation
#206 Trim quotes in the ignore list (GUI config)
#208 Add end time to the calendar events. Add 1 day to all-day calendar events end date
Finally, it was ignoring 'include_dates' outside the from-to range. This is now fixed. So you might have a regular collection during the summer, and if there are few extra collections during the winter, you might add them on top (it stopped working sometimes in previous releases, I did not discover until winter came :) ).
Swedish translation. Fix trim quotes in ignore holidays list
Estonian translation. Holiday_in_week change
New
Estonian translation. Thanks to @Repsionu
Fix
Change logic for holiday_in_week, so that it will (hopefully) correctly calculate collection at the collection day.
Related to tickets #199 and #198. This has been in beta for a long time, nobody confirmed if that fixes the issue.
Since there were no new issues either, I am making a release, so that more people use it and hopefully confirm it works now.
Another fix for not seeing holiday in week at collection day
Should fix another issue with holiday_in_week move
Bugfix - do not ignore past holidays
Bugfix
Fixing #196 - the integration was only loading holidays from today onwards, so it did not detect a holiday that happened earlier this week (relevant for the holiday in week option)
Compatibility with 0.115
Bugfix
@bdraco fixed a conflict causing compatibility issues with the 0.115 release. Thanks!
Re-release: Holliday offset, ignoring holidays by name, trigger collection (service)
This is re-release of 3.03 - there was an issue with the distribution, one file was missing, some might have been out of date
Fixes
#185 State attribute was ignored (confusion between the sensor state and state in the country 😊).
New features
#184 Previously, the move_country_holidays
always moved the collection to the next day. There is now a new parameter holiday_move_offset
to configure by how many days the collection shall be skipped (can be negative). It defaults to 1 - the next day.
#183 A new parameter holiday_pop_named
allows ignoring certain holidays, in which the collection happens normally (e.g. Columbus Day)
Related to #182, on the collection day, you can now trigger a collection, so the integration will assume the collection done and look for the next collection. This is done by a service garbage_collection.collect_garbage
. Related to that, there is a new attribute last_collection
, that stores the date and time of the last collection. And it also recovers the attributes after the reboot (so it won't switch back to the current day after the restart if you have triggered the collection.
With that, you can do fancy automations, related to handling the garbage bin (if you do, let me know).
Check the Readme for configuration details.
If you like this integration, please consider sponsoring my work here on GitHub or
Also, check my YouTube channel how I automated my home, including the garbage_collection sensor.