Skip to content

Commit 2ecd499

Browse files
Copilotraman325
andauthored
Change out-of-sync log message from info to debug level (#603)
Co-authored-by: raman325 <7243222+raman325@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 8df5ef9 commit 2ecd499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/lock_code_manager/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def async_update(self) -> None:
238238
):
239239
return
240240

241-
_LOGGER.info(
241+
_LOGGER.debug(
242242
"Code slot %s on %s is out of sync, syncing now",
243243
self.slot_num,
244244
self.lock.lock.entity_id,

0 commit comments

Comments
 (0)