Skip to content

Commit 053110d

Browse files
dotdoomronengr
authored andcommitted
Rename forgotten method call
1 parent 4bf4f63 commit 053110d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/hass_nuki_bt/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def async_lock_action(self, action):
6666
user_name = user.name if user else None
6767
await self.device.lock_action(action, name_suffix=user_name, wait_for_completed = True)
6868
await self.coordinator.async_get_last_action_log_entry()
69-
self.coordinator.async_update_nuki_listeners()
69+
self.coordinator.async_update_listeners()
7070

7171
async def async_handle_update_nuki_time(self, time=None):
7272
"""Update nuki time."""

0 commit comments

Comments
 (0)