Minimal configuration exemple and fix for host variable (ip address without http)

This commit is contained in:
Baptiste Poirriez 2016-10-27 11:28:08 +02:00
parent fb1d72a4a4
commit ad4bd13627
2 changed files with 14 additions and 3 deletions

View file

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