From 073f8b61c7e150ba774a7d0f69148d83a670156c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 28 Jun 2017 08:51:39 +0200 Subject: [PATCH] Update mariadb.markdown --- source/_addons/mariadb.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_addons/mariadb.markdown b/source/_addons/mariadb.markdown index b5d09e27d4b..f4ef0350eda 100644 --- a/source/_addons/mariadb.markdown +++ b/source/_addons/mariadb.markdown @@ -44,3 +44,12 @@ Configuration variables: - **host** (*Require*): Host is a part of username like above. - **database** (*Require*): Database name to grant this user rights to. - **grant** (*Require*): SQL grant part for access too. + +## {% linkable_title Home Assistant configuration %} + +Use the following configuration in Home Assistant to use the database above: + +```yaml +recorder: + db_url: mysql://hass:password@127.0.0.1/homeassistant +```