Releases: bruxy70/Garbage-Collection
Bugfix for every_n_days on iOS
Bugfix for every_n_days on iOS
Fixes
Fix the default date for the first date for every_n_days on iOS (fixes #420)
Bugfix for ignoring first and last months - from the last release
Fix #442 - ignoring the first and last month
Compatibility with HA 2022.12
2022.12 changed the code for config flow, so new helpers could not be created, the configuration of old ones could not be changed. This is fixing it (issue #441 )
Compatibility with 2022.12.0
Fix #441
Pre-release
Compatibility with 2022.12.0
Fix #441
Pre-release
Bug Fixes
Going to Helper, Config refactoring
4.8.3
Extending the period for daily frequency to 1000. Thanks to @mglants for PR. Resolves their #416.
Permanent fix for the update when options change (unblocking update on restore state).
4.8.2
Roll-back "restore entity state". It prevents the update when options change - hope to resolve (#413). Rolled back until I find a better solution.
Aligning attributes to standard.
4.8.1
Fix group sensor selector (#412)
4.8.0
MAJOR CHANGE (integration→helper) - PLEASE READ!
It has always been the case, that this component was not an integration - it does not talk to any device or cloud service. Instead, it computes its state internally. And this is what helpers do. But I still made it as integration, as there was not really a way to have a custom helper. This has now changed, Home Assistant went a long way towards improved usability. Not only we can now have custom helpers, but they can also be configured from GUI, and it has all the features as before. So I am moving that where it belongs.
So, from now on, you will find it under Helpers. You can create new helpers from there, or you can also create them in the integrations - but they will end up as a helper anyway.
If you'd like to change the configuration options, you find it here:
In the Related tab, you'll find other info, including the device where you can get the DIAGNOSTICS info.
Code improvements
Related to the above - they greatly improved the config flow experience, including a new set of selectors. So I took this opportunity and completely re-factored the configuration. Including moving up the configuration options where they belong - removing an old workaround that was irritating me. The configuration should be migrated automatically, so no work to be done (hopefully).
Fixed Danish translation
Going to Helper, Config refactoring
4.8.2
Roll-back "restore entity state". It prevents update when options change - hope to resolve (#413). Rolled back until I find a better solution.
Aligning attributes to standard.
4.8.1
Fix group sensor selector (#412)
4.8.0
MAJOR CHANGE (integration→helper) - PLEASE READ!
It has always been the case, that this component was not an integration - it does not talk to any device or cloud service. Instead, it computes its state internally. And this is what helpers do. But I still made it as integration, as there was not really a way to have a custom helper. This has now changed, Home Assistant went a long way towards improved usability. Not only we can now have custom helpers, but they can also be configured from GUI, and it has all the features as before. So I am moving that where it belongs.
So, from now on, you will find it under Helpers. You can create new helpers from there, or you can also create them in the integrations - but they will end up as a helper anyway.
If you'd like to change the configuration options, you find it here:
In the Related tab, you'll find other info, including the device where you can get the DIAGNOSTICS info.
Code improvements
Related to the above - they greatly improved the config flow experience, including a new set of selectors. So I took this opportunity and completely re-factored the configuration. Including moving up the configuration options where they belong - removing an old workaround that was irritating me. The configuration should be migrated automatically, so no work to be done (hopefully).
Fixed Danish translation
Going to Helper, Config refactoring
4.8.2
Fix date type during restore and check the expiry time & clearing state on options update - hope to resolve (#413) (could not replicate). Aligning attributes to standard.
4.8.1
Fix group sensor selector (#412)
4.8.0
MAJOR CHANGE (integration→helper) - PLEASE READ!
It has always been the case, that this component was not an integration - it does not talk to any device or cloud service. Instead, it computes its state internally. And this is what helpers do. But I still made it as integration, as there was not really a way to have a custom helper. This has now changed, Home Assistant went a long way towards improved usability. Not only we can now have custom helpers, but they can also be configured from GUI, and it has all the features as before. So I am moving that where it belongs.
So, from now on, you will find it under Helpers. You can create new helpers from there, or you can also create them in the integrations - but they will end up as a helper anyway.
If you'd like to change the configuration options, you find it here:
In the Related tab, you'll find other info, including the device where you can get the DIAGNOSTICS info.
Code improvements
Related to the above - they greatly improved the config flow experience, including a new set of selectors. So I took this opportunity and completely re-factored the configuration. Including moving up the configuration options where they belong - removing an old workaround that was irritating me. The configuration should be migrated automatically, so no work to be done (hopefully).