Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElD4n1 committed Apr 20, 2022
2 parents 0f2ff79 + 7cc394a commit 74b763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bmstools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def sync_update_data() -> dict:
_LOGGER,
name="BMS Tools",
update_method=async_update_data,
update_interval=timedelta(seconds=1),
update_interval=timedelta(seconds=3),
)

await coordinator.async_config_entry_first_refresh()
Expand Down

0 comments on commit 74b763f

Please sign in to comment.