From c4e04ba788372106208c1d6f885a1f00efe17a07 Mon Sep 17 00:00:00 2001 From: tteck Date: Sun, 22 Aug 2021 05:54:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754c3d02..0c0b8841 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Checking status. ``` sudo systemctl status mariadb ``` -Change the recorder: `db_url:` in your HA configuration.yaml ```mysql://admin:password@lxc-ip:3306/homeassistant?charset=utf8mb4``` +Change the recorder: `db_url:` in your HA configuration.yaml Example: `mysql://admin:password@192.168.1.26:3306/homeassistant?charset=utf8mb4`