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

Integration needs more than 3 minutes to start #426

Closed SKis274 closed 1 year ago

SKis274 commented 1 year ago

Before you submit a new bug report, please check that

Write your question here

Hi there,

I hope you're doing well.

Is it normal that the integration needs so much time to start? image

If not how can I reduce it? I have seven garbage collection helpers running on my instance and also 5 automations to include/exclude some dates.

Thanks a lot and best regards!

bruxy70 commented 1 year ago

Yes, this si normal. These are not time critical, since they only update on date change - on midnight. So the aim is to schedule them and update only when really necessary, to keep it light on the system. So there is a traffic light that only triggers the update when the date changes or the system is started.