Skip to content

Releases: bruxy70/Garbage-Collection

Changing timediff function from standard datetime to dateutil

24 Feb 18:40
8ee07fe
Compare
Choose a tag to compare

Will this fix #98 ?

Fix country holidays

27 Jan 20:58
1285762
Compare
Choose a tag to compare

Fix

Issue #90 - fixed holidays library dependency & few other improvements found during the troubleshooting

Holidays with version control

27 Jan 19:20
1285762
Compare
Choose a tag to compare
Pre-release

check holidays minimal version

Country holidays fix - better handling of CountryHolidays parameters

27 Jan 17:40
aaaafd2
Compare
Choose a tag to compare
Merge pull request #92 from bruxy70/development

Better handling of ContryHoliday parameers

Country holidays fix

26 Jan 11:48
7413c7c
Compare
Choose a tag to compare
Country holidays fix Pre-release
Pre-release

Change

Added extra debugging for country holidays. Fixed default for observed parameter in options-flow.

Country holidays enhancement

22 Jan 20:44
fbe6b10
Compare
Choose a tag to compare

Enhancements

#84 - added prov, state and observed parameters for country holidays. Check readme for details.

New

#87 Spanish localisation - thanks to @Guille-Mas-Coll

Note

We are getting close to 1000 installs (975 at the time I am posting this). 🎉

Minor updates

08 Jan 19:34
3830b1a
Compare
Choose a tag to compare

New

Added Lovelace examples to README.md (#67 ) - If you have a great garbage_collection, Lovelace config, please share with others (open an issue or even better a pull request)

Change

Changed the verbose state today and tomorrow to all-lowercase, to respect the rules (in Lovelace card this gets capitalized or even translated to your language by Home Assistant localization - currently in EN, FR, DE, CS and IT.

New frequency option: every-n-days

01 Jan 17:28
1504977
Compare
Choose a tag to compare

New feature

Frequency every-n-days. Repeats regularly from the given first date.
If n is multiple of 7, it works similar to weekly or every-n-weeks, with the difference that it ignores the week numbers (that restart each year) but continues infinitely from the initial date.
A feature request #65 by @pinkywafer

New feature - automatically move collection on public holidays

29 Dec 08:03
04d452f
Compare
Choose a tag to compare

New

Add your country code (e.g. US) to new parameter move_country_holidays to automatically re-schedule collection to the next day. This is feature request #54 (and #6).
Check the README for more details.

Limitation

If configured, it will automatically re-schedule collection for all holidays listed in the holidays package to the next day. If you only want to re-schedule selected holidays, or you want to skip the day or re-schedule to a different day, use the exclude_days and include_days parameters to re-schedule it manually. These still work and can be even used in combination with move_country_holidays.

Next year overflow fix

27 Dec 21:52
7baf4eb
Compare
Choose a tag to compare

Fix issue #59 - in a certain condition, it was skipping a whole year