Update sample

This commit is contained in:
Fabian Affolter 2016-10-27 15:44:51 +02:00
parent 35068eb52c
commit 561e198e52
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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.