Skip to content

Commit

Permalink
Increase update interval to 3 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElD4n1 authored Apr 15, 2022
1 parent 79f2631 commit 7cc394a
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 7cc394a

Please sign in to comment.