Releases: bruxy70/Garbage-Collection
Changing timediff function from standard datetime to dateutil
Will this fix #98 ?
Fix country holidays
Fix
Issue #90 - fixed holidays library dependency & few other improvements found during the troubleshooting
Holidays with version control
check holidays minimal version
Country holidays fix - better handling of CountryHolidays parameters
Merge pull request #92 from bruxy70/development Better handling of ContryHoliday parameers
Country holidays fix
Change
Added extra debugging for country holidays. Fixed default for observed
parameter in options-flow.
Country holidays enhancement
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
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
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
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
Fix issue #59 - in a certain condition, it was skipping a whole year