From 561e198e5274c216b69f74ebd42b73d05cdbd3a7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Oct 2016 15:44:51 +0200 Subject: [PATCH] Update sample --- source/_components/influxdb.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index d8e28d95833..0c38b6584fa 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -8,7 +8,7 @@ comments: false sharing: true footer: true logo: influxdb.png -ha_category: "History" +ha_category: History ha_release: 0.9 --- @@ -25,7 +25,7 @@ You will still need to create a database named `home_assistant` via InfluxDB's w Configuration variables: -- **host** (*Optional*): IP address of your database host, eg. http://192.168.1.10. Defaults to `localhost`. +- **host** (*Optional*): IP address of your database host, eg. 192.168.1.10. Defaults to `localhost`. - **port** (*Optional*): Port to use. Defaults to 8086. - **username** (*Optional*): The username of the database user. - **password** (*Optional*): The password for the database user account.