Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaceresm authored and ronengr committed Nov 11, 2024
1 parent 93640b7 commit 3d423e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/hass_nuki_bt/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async def async_wait_ready(self) -> bool:
return False

async def async_get_last_action_log_entry(self):
"""Get the last action log entry."""
if self._security_pin:
# get the latest log entry
# todo: check if Nuki logging is enabled
Expand Down

0 comments on commit 3d423e4

Please sign in to comment.