From 2e94e9422946869bccf3f0c2f6104a6cb2103780 Mon Sep 17 00:00:00 2001 From: tteck Date: Fri, 13 Aug 2021 14:45:26 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cb5bd1a..94194d66 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Checking status. sudo systemctl status mariadb ``` Change your recorder: db_url: in the HA configuration.yaml ```mysql://admin:password@lxc-ip:3306/homeassistant?charset=utf8mb4``` + Example: `mysql://admin:password@192.168.1.26:3306/homeassistant?charset=utf8mb4`