diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py
index 7680b343..352fb51b 100644
--- a/plexpy/notifiers.py
+++ b/plexpy/notifiers.py
@@ -1022,7 +1022,8 @@ class ANDROIDAPP(Notifier):
'label': 'Device',
'description': 'No mobile devices registered with OneSignal. '
''
- 'Get the Android App and register a device.',
+ 'Get the Android App and register a device.
'
+ 'Note: Only devices registered with a valid OneSignal ID will appear in the list.',
'input_type': 'help'
})
else:
@@ -1032,7 +1033,8 @@ class ANDROIDAPP(Notifier):
'name': 'androidapp_device_id',
'description': 'Set your mobile device or '
''
- 'register a new device with Tautulli.',
+ 'register a new device with Tautulli.
'
+ 'Note: Only devices registered with a valid OneSignal ID will appear in the list.',
'input_type': 'select',
'select_options': devices
})