diff --git a/lib/logitech/unifying_receiver/status.py b/lib/logitech/unifying_receiver/status.py index a4d9c832..5e3659a5 100644 --- a/lib/logitech/unifying_receiver/status.py +++ b/lib/logitech/unifying_receiver/status.py @@ -218,7 +218,7 @@ class DeviceStatus(dict): def _changed(self, active=None, alert=ALERT.NONE, reason=None, timestamp=None): assert self._changed_callback d = self._device - assert d + # assert d # may be invalid when processing the 'unpaired' notification if active is not None: d.online = active