From 5f7358ef621f02d2c15155fc55f6811e69a73047 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Jun 2022 22:44:36 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21a26235..4671db9f 100644 --- a/README.md +++ b/README.md @@ -690,8 +690,11 @@ Then type exit to get back to root Change the recorder: `db_url:` in your HA configuration.yaml -Example: `db_url: postgresql://admin:your-password@192.168.100.20:5432/homeassistant?client_encoding=utf8` - +Example: +```yaml +recorder: + db_url: postgresql://admin:your-password@192.168.100.20:5432/homeassistant?client_encoding=utf8 +``` ⚙️ **To Update PostgreSQL** Run in the LXC console