Skip to content

Commit

Permalink
Adjust update_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 11, 2023
1 parent ca7ad78 commit 697aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/integration_blueprint/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
hass=hass,
logger=LOGGER,
name=DOMAIN,
update_interval=timedelta(seconds=30),
update_interval=timedelta(minutes=5),
)

async def _async_update_data(self):
Expand Down

0 comments on commit 697aee6

Please sign in to comment.