From d0143882428165c506e650827c56a14983fa52e5 Mon Sep 17 00:00:00 2001
From: uSlackr <gmartin@gmartin.org>
Date: Mon, 7 Apr 2025 20:48:37 -0400
Subject: [PATCH 1/2] Update logger.rst

Add information on which log levels are available for selection.
---
 components/select/logger.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/select/logger.rst b/components/select/logger.rst
index b630ea6a1e..ad193cd164 100644
--- a/components/select/logger.rst
+++ b/components/select/logger.rst
@@ -13,7 +13,9 @@ The ``logger`` Select platform allows you to create a Select that can be used to
     select:
       - 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
 --------

From dd948e2689f540bfd3ea5db06089d556385fb459 Mon Sep 17 00:00:00 2001
From: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Date: Thu, 29 May 2025 09:00:35 +1200
Subject: [PATCH 2/2] Update components/select/logger.rst

---
 components/select/logger.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/select/logger.rst b/components/select/logger.rst
index ad193cd164..f7d57d209a 100644
--- a/components/select/logger.rst
+++ b/components/select/logger.rst
@@ -13,6 +13,7 @@ The ``logger`` Select platform allows you to create a Select that can be used to
     select:
       - 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.