From 6326dbfc003ade987a161ea0c8612e0658e7a66b Mon Sep 17 00:00:00 2001 From: Nicholas Westerhausen Date: Thu, 11 Oct 2018 15:40:52 -0400 Subject: [PATCH] Add InfluxDB Docker setup instructions (#6689) * Add InfluxDB Docker setup instructions Add instructions for setting up a functional and up-to-date InfluxDB instance to use with this component to the documentation. * Remove blog link, add relevant links Removed instructions for setting it up with Docker. Added a link to the hassio community add-on. Added a link to the influxdb installation documentation. * :pencil2: Tweak --- source/_components/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 1ed528b52f7..4052506b526 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -12,7 +12,7 @@ ha_category: History ha_release: 0.9 --- -The `influxdb` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. For more details, [see the blog post on InfluxDB](/blog/2015/12/07/influxdb-and-grafana/). +The `influxdb` component makes it possible to transfer all state changes to an external [InfluxDB](https://influxdb.com/) database. See the [official installation documentation](https://docs.influxdata.com/influxdb/v1.6/introduction/installation/) for how to set up an InfluxDB database, or if you're using Hass.io, [there is a community add-on](https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491) available. ## {% linkable_title Configuration %}