Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 committed Nov 27, 2024
1 parent d641ca2 commit a9a903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solvis_control/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def _async_update_data(self):
if register.poll_time > 0:
register.poll_time -= self.poll_rate_default
_LOGGER.debug(
f"Skipping entity {register.name}/{register.address} due to slow poll rate"
f"Skipping entity {register.name}/{register.address} due to slow poll rate. Remaining time: {register.poll_time}s"
)
continue
if register.poll_time <= 0:
Expand Down

0 comments on commit a9a903f

Please sign in to comment.