bruxy70 / Garbage-Collection

🗑 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)
MIT License
383 stars 90 forks source link

Add Frequency "Last [day] of Month" to options. #440

Closed Vato9394 closed 1 year ago

Vato9394 commented 1 year ago

Before you submit a new bug report, please check that

Is your feature request related to a problem? Please describe.

Sometimes, garbage collectors come and collect the garbage for example the last Monday of the month. If you choose Monthly, you can only choose the number week in that month. Sometimes, the last Monday of the month is in the 4th week, sometimes in the 5th week.

Describe the solution you'd like

I would Like to have the option "last [day] of Month" in the collection frequency selector.

Describe alternatives you've considered

I tried some templates, but It would be Nice if it is build in.

Additional context

No response

bruxy70 commented 1 year ago

For that, the solution is to choose the first Monday of the month and offset it by 1 week back. I do not intend to further complicate the configuration by adding more configuration options.

Vato9394 commented 1 year ago

Thanks for the explanation. makes sense!