From 3eb4adfab2e1a5b51a9cd6002b559958a8875447 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 26 Feb 2024 08:41:02 +0100 Subject: [PATCH] Change wording on sql integration (#31605) --- source/_integrations/sql.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sql.markdown b/source/_integrations/sql.markdown index 831a9f265c2..3a2706fde7e 100644 --- a/source/_integrations/sql.markdown +++ b/source/_integrations/sql.markdown @@ -122,7 +122,7 @@ See [supported engines](/integrations/recorder/#custom-database-engines) for whi The SQL integration will connect to the Home Assistant Recorder database if "Database URL" has not been specified. -There is no explicit configuration required for attributes. The integration will set all additional columns returned by the query as attributes. +There is no explicit configuration required for attributes. The integration will set all columns returned by the query as attributes. Note that in all cases only the first row returned will be used.