Skip to content

Commit

Permalink
update_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ashionky committed Jan 21, 2025
1 parent bbadbb1 commit 2ddc616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/refoss_lan/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, hass: HomeAssistant, device: BaseDevice) -> None:
hass,
_LOGGER,
name=f"{DOMAIN}-{device.device_info.dev_name}",
update_interval=timedelta(seconds=5),
update_interval=timedelta(seconds=15),
)
self.device = device
self._error_count = 0
Expand Down

0 comments on commit 2ddc616

Please sign in to comment.