From a61ffa64d014fa1a15f7e73d12249327d1a41a94 Mon Sep 17 00:00:00 2001 From: tteck Date: Fri, 13 Aug 2021 14:44:10 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ce1947d..0cb5bd1a 100644 --- a/README.md +++ b/README.md @@ -233,8 +233,8 @@ 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``` - +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`