From cad5e4e75b1d6302e4199bbf5a2da76b4633472f Mon Sep 17 00:00:00 2001 From: G Johansson Date: Thu, 13 Apr 2023 00:07:34 +0200 Subject: [PATCH] Fix incorrect default for db_url in SQL (#26913) --- 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 7b88c29e33e..75be3c56843 100644 --- a/source/_integrations/sql.markdown +++ b/source/_integrations/sql.markdown @@ -68,7 +68,7 @@ sql: db_url: description: The URL which points to your database. See [supported engines](/integrations/recorder/#custom-database-engines). required: false - default: "Defaults to the default recorder `db_url` (not the current `db_url` of recorder)." + default: "Defaults to the recorder `db_url`." type: string name: description: The name of the sensor.