From dc3ecbf4b0fb49b68df2233e8ccd82221b20dd87 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Jun 2022 22:20:51 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c422d8..e5b8be88 100644 --- a/README.md +++ b/README.md @@ -617,7 +617,11 @@ sudo systemctl status mariadb ``` Change the recorder: `db_url:` in your HA configuration.yaml -Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4` +Example: +``` +recorder: + db_url: mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4 +``` ⚙️ **To Update Mariadb:**