diff --git a/components/select/logger.rst b/components/select/logger.rst
index b630ea6a1e..f7d57d209a 100644
--- a/components/select/logger.rst
+++ b/components/select/logger.rst
@@ -14,6 +14,9 @@ The ``logger`` Select platform allows you to create a Select that can be used to
       - platform: logger
         name: "Logger select"
 
+.. note::
+
+    The only selections available will be log levels below the level set in the logger component definition. If not set, the default of DEBUG is used.
 
 See Also
 --------