diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index 2a3f62ae..b772707c 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -373,7 +373,7 @@ del _SETTINGS_LIST def check_feature_settings(device, already_known): """Try to auto-detect device settings by the HID++ 2.0 features they have.""" - if device.features is None: + if device.features is None or not device.online: return if device.protocol and device.protocol < 2.0: return