Merge pull request #135 from philipbl/influx_db

InfluxDB tweaks
This commit is contained in:
Paulus Schoutsen 2015-12-23 16:44:35 -08:00
commit 3398128e5f
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ Launch the InfluxDB service.
$ sudo systemctl start influxdb
```
If everything went well, then the web interface of the ddatabase should be accessible at [http://localhost:8083/](http://localhost:8083/). Create a database `home_assistant` to use with Home Assistant either with the web interface or the commandline tool `influx`.
If everything went well, then the web interface of the database should be accessible at [http://localhost:8083/](http://localhost:8083/). Create a database `home_assistant` to use with Home Assistant either with the web interface or the commandline tool `influx`.
<p class='img'>
<img src='/images/blog/2015-12-influxdb/influxdb-frontend.png' />