ical-sensor-homeassistant icon indicating copy to clipboard operation
ical-sensor-homeassistant copied to clipboard

Update Frequency

Open lux4rd0 opened this issue 1 year ago • 8 comments

Hello!! I wanted to say that I love this integration! It's exactly what I was looking for to build out entities from scheduled calendar events. I did want to check that if I wanted to change the update frequency, is this the right place to make the change:

in __init__.py

Change:

MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=120)

to:

MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=3600)

In this case - 2 minutes to 15 minutes.

My particular use case doesn't have me updating my calendar often... So pinging every 2 minutes for an update that probably won't happen isn't needed. I didn't see an "update frequency" in the UI configuration - so just checking.

Thanks!

lux4rd0 avatar Jul 21 '22 18:07 lux4rd0

I too would like this :)

LordMike avatar Jul 29 '22 14:07 LordMike