Skip to content

Commit

Permalink
Refresh after 90 instead of 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenbos committed Jan 18, 2024
1 parent 7437c0c commit 46c4b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/postnl/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, hass: HomeAssistant) -> None:
hass,
_LOGGER,
name="PostNL",
update_interval=timedelta(seconds=20),
update_interval=timedelta(seconds=90),
)

async def _async_update_data(self) -> dict[str, tuple[Package]]:
Expand Down

0 comments on commit 46c4b1d

Please sign in to comment.