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 6e0fbe4 commit 899851dCopy full SHA for 899851d
switchbot/devices/lock.py
@@ -164,6 +164,7 @@ def _update_lock_status(self, data: bytearray) -> None:
164
asyncio.create_task(self._disable_notifications())
165
166
self._update_parsed_data(lock_data)
167
+ self._fire_callbacks()
168
169
@staticmethod
170
def _parse_lock_data(data: bytes) -> dict[str, Any]:
0 commit comments