mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Fix incorrect default for db_url in SQL (#26913)
This commit is contained in:
parent
284a0c3ea1
commit
cad5e4e75b
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user