Fix incorrect default for db_url in SQL (#26913)

This commit is contained in:
G Johansson 2023-04-13 00:07:34 +02:00 committed by GitHub
parent 284a0c3ea1
commit cad5e4e75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ sql:
db_url: db_url:
description: The URL which points to your database. See [supported engines](/integrations/recorder/#custom-database-engines). description: The URL which points to your database. See [supported engines](/integrations/recorder/#custom-database-engines).
required: false 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 type: string
name: name:
description: The name of the sensor. description: The name of the sensor.