Skip to content

Commit

Permalink
update interval reduced to30min, later will be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 24, 2024
1 parent 0fc9648 commit 96a38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/homeassistantedupage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def fetch_data():
_LOGGER,
name="Edupage",
update_method=fetch_data,
update_interval=timedelta(minutes=5),
update_interval=timedelta(minutes=30),
)
hass.data[DOMAIN][entry.entry_id] = coordinator

Expand Down

0 comments on commit 96a38a8

Please sign in to comment.