We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4f63 commit 053110dCopy full SHA for 053110d
custom_components/hass_nuki_bt/entity.py
@@ -66,7 +66,7 @@ async def async_lock_action(self, action):
66
user_name = user.name if user else None
67
await self.device.lock_action(action, name_suffix=user_name, wait_for_completed = True)
68
await self.coordinator.async_get_last_action_log_entry()
69
- self.coordinator.async_update_nuki_listeners()
+ self.coordinator.async_update_listeners()
70
71
async def async_handle_update_nuki_time(self, time=None):
72
"""Update nuki time."""
0 commit comments