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.