Update README.md

This commit is contained in:
tteckster 2022-06-25 22:20:51 -04:00 committed by GitHub
parent ef534db843
commit dc3ecbf4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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:**