From ca7c7f9d5adab2faa17ee74799f5c2107d304b0c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Jun 2022 22:22:19 -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 e5b8be88..21a26235 100644 --- a/README.md +++ b/README.md @@ -618,7 +618,7 @@ sudo systemctl status mariadb Change the recorder: `db_url:` in your HA configuration.yaml Example: -``` +```yaml recorder: db_url: mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8mb4 ```