Minimal configuration exemple and fix for host variable (ip address without http)
This commit is contained in:
parent
fb1d72a4a4
commit
ad4bd13627
2 changed files with 14 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue