From 97d8eb25205d1cd5908471ec04b517bf4bce430a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 18 Sep 2016 14:11:58 -0700 Subject: [PATCH] Update influxdb.markdown --- 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 50c5aaa7d41..9bcba63c751 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -39,10 +39,10 @@ influxdb: Configuration variables: - **host** (*Required*): IP address of your database host, eg. http://192.168.1.10. +- **username** (*Required*): The username of the database user. +- **password** (*Required*): The password for the database user account. - **port** (*Optional*): Port to use. Defaults to 8086. - **database** (*Optional*): Name of the database to use. Defaults to `home_assistant`. The database must already exist. -- **username** (*Optional*): The username of the database user. -- **password** (*Optional*): The password for the database user account. - **ssl** (*Optional*): Use https instead of http to connect. Defaults to false. - **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false. - **blacklist** (*Optional*): List of entities not logged to InfluxDB.