Skip to content

Commit

Permalink
Try debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Mar 5, 2024
1 parent 0713cd3 commit 38ba5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/lock_code_manager/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async def async_update_usercodes(
):
return

Check warning on line 167 in custom_components/lock_code_manager/binary_sensor.py

View check run for this annotation

Codecov / codecov/patch

custom_components/lock_code_manager/binary_sensor.py#L167

Added line #L167 was not covered by tests

_LOGGER.error(disabling_entity_ids)
_LOGGER.error(list(disabling_entity_ids))

await lock.async_clear_usercode(int(self.slot_num))

Expand Down

0 comments on commit 38ba5b8

Please sign in to comment.