From 11a8e776c168fcfd403568b10c734449cda8d214 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 14 Mar 2023 04:41:55 +0100 Subject: [PATCH] Change SQL integration to use HA recorder db as default (#25643) Co-authored-by: J. Nick Koston --- 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 42a38f641bb..c6ad2e3b6f8 100644 --- a/source/_integrations/sql.markdown +++ b/source/_integrations/sql.markdown @@ -93,7 +93,7 @@ sql: See [supported engines](/integrations/recorder/#custom-database-engines) for which you can connect with this integration. -The SQL integration will connect to the default SQLite if "Database URL" has not been specified. If you use a different database recorder (eg MariaDB or others), you will have to specify the "Database URL" manually during integration setup. +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.